E&S CVS Commit: PyProtocols - Switch to using numbers in indexes instead of actual cases, so that indexes

pje@eby-sarna.com pje@eby-sarna.com
Tue Apr 5 09:49:01 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Tue Apr  5 02:21:24 UTC 2005

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

Log Message:
Switch to using numbers in indexes instead of actual cases, so that indexes
can use sets internally if they need to.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.34&r2=1.35
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.45&r2=1.46

To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.34 -r1.35 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.45 -r1.46 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.