E&S CVS Commit: PyProtocols - Add 'defmethod()' and 'gf.parse(expr_string)' APIs. Document hash/compare

pje at eby-sarna.com pje at eby-sarna.com
Mon Jul 12 09:32:01 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Mon Jul 12 13:31:31 UTC 2004

Modified Files:
	PyProtocols/src/protocols: dispatch.py predicates.py
	PyProtocols/src/protocols/tests: test_parsing.py

Log Message:
Add 'defmethod()' and 'gf.parse(expr_string)' APIs.  Document hash/compare
requirements for various interfaces.  Fixed a problem with reversing
comparisons when the constant is on the left of the variable.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/dispatch.py
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/predicates.py
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/tests/test_parsing.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