E&S CVS Commit: PyProtocols - Use '&' operator to combine criteria instead of calling AndCriterion

pje at eby-sarna.com pje at eby-sarna.com
Tue Apr 5 09:49:02 EDT 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Tue Apr  5 01:56:52 UTC 2005

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

Log Message:
Use '&' operator to combine criteria instead of calling AndCriterion
directly, since custom criteria may need a different way to & than
by using AndCriterion.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/interfaces.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.44&r2=1.45
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.23&r2=1.24

To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 PyProtocols/src/dispatch/interfaces.py
cvs rdiff -r1.19 -r1.20 PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.33 -r1.34 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.44 -r1.45 PyProtocols/src/protocols/tests/test_dispatch.py
cvs rdiff -r1.23 -r1.24 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