E&S CVS Commit: PyProtocols - Get rid of 'dispatch.ISimpleDispatchPredicate', replacing it with a
pje at eby-sarna.com
pje at eby-sarna.com
Sun Nov 7 03:00:00 EST 2004
Module Name: PyProtocols
Committed By: pje
Date: Sun Nov 7 07:59:42 UTC 2004
Modified Files:
PyProtocols/src/dispatch: functions.py interfaces.py
PyProtocols/src/protocols/tests: test_dispatch.py
Log Message:
Get rid of 'dispatch.ISimpleDispatchPredicate', replacing it with a
'SimpleGeneric'. This means that the 'SimpleGeneric' *class* now actually
depends on an *instance* of itself, in an amusing self-referentially
recursive irony. :)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/interfaces.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.14&r2=1.15
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.3 -r1.4 PyProtocols/src/dispatch/interfaces.py
cvs rdiff -r1.14 -r1.15 PyProtocols/src/protocols/tests/test_dispatch.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list