E&S CVS Commit: PyProtocols - Fix up a few more indexing corner cases. Basically, I missed a few crucial
pje at eby-sarna.com
pje at eby-sarna.com
Wed Apr 27 20:36:00 EDT 2005
Module Name: PyProtocols
Committed By: pje
Date: Thu Apr 28 00:35:21 UTC 2005
Modified Files:
PyProtocols/src/dispatch: strategy.py
PyProtocols/src/protocols/tests: test_dispatch.py
Log Message:
Fix up a few more indexing corner cases. Basically, I missed a few crucial
scenarios for testing the new indexing system, and I believe that all of
them are probably covered now. So from this point on, only *really* subtle
bugs should remain, if any. :)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.42&r2=1.43
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.51&r2=1.52
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.51 -r1.52 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