E&S CVS Commit: PyProtocols - We have signature parsing! See test_parsing.PredicateTests for a simple

pje at eby-sarna.com pje at eby-sarna.com
Mon Jul 12 00:46:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Mon Jul 12 04:45:24 UTC 2004

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

Log Message:
We have signature parsing!  See test_parsing.PredicateTests for a simple
sample.  I probably pushed too far this evening, though, and some of this
code needs a desk-check and a lot more tests should be written.  Plus,
type/protocol tests aren't supported, and is/in/is not/not in tests don't
work either.


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.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/predicates.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.5&r2=1.6

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