E&S CVS Commit: PyProtocols - "I'd like to have an argument, please." Added support for specifying

pje at eby-sarna.com pje at eby-sarna.com
Sat Jul 3 15:51:01 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jul  3 19:50:07 UTC 2004

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

Log Message:
"I'd like to have an argument, please."  Added support for specifying
generic function signatures by argument name as well as position, and
provided the basis for supporting tests on arbitrary expressions based on
arguments.  Some API changes/cleanups, adding new interfaces, removing old
ones, and a few renames.  'GenericFunction' is now basically complete,
although there are many refinements that have yet to occur.  Some of those
refinements might still have API impacts, so "basically complete" does not
necessarily mean "stable API" as yet.  :(


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.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.1&r2=1.2

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