E&S CVS Commit: PyProtocols - Get rid of "class" vs. "class-exec" distinction for 'getFrameInfo()'; it
pje at eby-sarna.com
pje at eby-sarna.com
Wed Jan 5 17:44:01 EST 2005
Module Name: PyProtocols
Committed By: pje
Date: Wed Jan 5 22:43:30 UTC 2005
Modified Files:
PyProtocols: CHANGES.txt
PyProtocols/docs/ref: libprotocols.tex
PyProtocols/src/protocols: advice.py api.py
PyProtocols/src/protocols/tests: test_advice.py
Log Message:
Get rid of "class" vs. "class-exec" distinction for 'getFrameInfo()'; it
is more a source of errors than anything else.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/CHANGES.txt.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.46&r2=1.47
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_advice.py.diff?r1=1.12&r2=1.13
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 PyProtocols/CHANGES.txt
cvs rdiff -r1.46 -r1.47 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.17 -r1.18 PyProtocols/src/protocols/advice.py
cvs rdiff -r1.15 -r1.16 PyProtocols/src/protocols/api.py
cvs rdiff -r1.12 -r1.13 PyProtocols/src/protocols/tests/test_advice.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