mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Change the PORTNAME to be lowercase and add an entry into MOVED to document this change Remove iso-8859-1 characters from pkg-descr Reviewed by: koobs, miwi Approved by: koobs Differential Revision: D11060
11 lines
495 B
Text
11 lines
495 B
Text
Dispatcher mechanism for creating event models
|
|
|
|
PyDispatcher is an enhanced version of Patrick K. O'Brien's original
|
|
dispatcher.py module. It provides the Python programmer with a robust mechanism
|
|
for event routing within various application contexts.
|
|
|
|
Included in the package are the robustapply and saferef modules, which provide
|
|
the ability to selectively apply arguments to callable objects and to reference
|
|
instance methods using weak-references.
|
|
|
|
WWW: http://pydispatcher.sourceforge.net/
|