E&S CVS Commit: PyProtocols - Added support to make 'protocols.advise()' operate correctly in a doctest

pje at eby-sarna.com pje at eby-sarna.com
Sat Nov 20 17:57:00 EST 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Nov 20 22:56:25 UTC 2004

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:
Added support to make 'protocols.advise()' operate correctly in a doctest
or other 'exec' scenario.  'protocols.advice.getFrameInfo()' now returns
a 'kind' of '"class-exec"' for that situation.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/CHANGES.txt.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.45&r2=1.46
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_advice.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 PyProtocols/CHANGES.txt
cvs rdiff -r1.45 -r1.46 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.15 -r1.16 PyProtocols/src/protocols/advice.py
cvs rdiff -r1.14 -r1.15 PyProtocols/src/protocols/api.py
cvs rdiff -r1.11 -r1.12 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