E&S CVS Commit: PyProtocols - Add automatic indexing of 'issubclass(expr,Constant)' subexpressions in

pje at eby-sarna.com pje at eby-sarna.com
Sat Jan 22 14:48:00 EST 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jan 22 19:47:44 UTC 2005

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

Log Message:
Add automatic indexing of 'issubclass(expr,Constant)' subexpressions in
generic function guards.  (Thanks to Radek Kanovsky for prototyping the
approach.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.29&r2=1.30
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.18&r2=1.19

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.15 -r1.16 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.29 -r1.30 PyProtocols/src/protocols/tests/test_dispatch.py
cvs rdiff -r1.18 -r1.19 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