E&S CVS Commit: PyProtocols - Implementation and first use of 'when()' decorator. Other decorators are
pje at eby-sarna.com
pje at eby-sarna.com
Tue Jul 13 18:31:00 EDT 2004
Module Name: PyProtocols
Committed By: pje
Date: Tue Jul 13 22:30:23 UTC 2004
Modified Files:
PyProtocols/src/protocols: advice.py dispatch.py predicates.py
PyProtocols/src/protocols/tests: test_advice.py
Log Message:
Implementation and first use of 'when()' decorator. Other decorators are
now possible as well, using 'protocols.advice.add_assignment_advisor'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_advice.py.diff?r1=1.6&r2=1.7
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 PyProtocols/src/protocols/advice.py \
PyProtocols/src/protocols/predicates.py
cvs rdiff -r1.11 -r1.12 PyProtocols/src/protocols/dispatch.py
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/tests/test_advice.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