E&S CVS Commit: PyProtocols - Implement and test function calls and subscripting. Did you know that

pje at eby-sarna.com pje at eby-sarna.com
Sat Jul 10 21:37:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sun Jul 11 01:36:05 UTC 2004

Modified Files:
	PyProtocols/src/protocols: ast_builder.py
	PyProtocols/src/protocols/tests: test_parsing.py

Log Message:
Implement and test function calls and subscripting.  Did you know that
Python has 17 syntax variants for function calls, and 15 for subscripts and
slicing?  Me neither.


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

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