E&S CVS Commit: PyProtocols - Made links to implied protocols weak references, when possible. This

pje at eby-sarna.com pje at eby-sarna.com
Mon Jun 2 16:11:00 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Mon Jun  2 20:10:34 UTC 2003

Modified Files:
	PyProtocols/docs/ref: libprotocols.tex
	PyProtocols/src/protocols: advice.py api.py classic.py interfaces.py

Log Message:
Made links to implied protocols weak references, when possible.  This
eliminated the need for three paragraphs of vaguely foreboding
documentation about garbage collecting dynamically created protocols.  :)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/interfaces.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/classic.py.diff?r1=1.9&r2=1.10

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/advice.py
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/api.py \
    PyProtocols/src/protocols/interfaces.py
cvs rdiff -r1.9 -r1.10 PyProtocols/src/protocols/classic.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