E&S CVS Commit: PyProtocols - Add support for pickling objects that have been "advised". Note that using
pje at eby-sarna.com
pje at eby-sarna.com
Tue May 27 15:02:00 EDT 2003
Module Name: PyProtocols
Committed By: pje
Date: Tue May 27 19:01:11 UTC 2003
Modified Files:
PyProtocols/src/protocols: classic.py
PyProtocols/src/protocols/tests: test_direct.py
Log Message:
Add support for pickling objects that have been "advised". Note that using
'copy()' on advised objects doesn't work, because the copy still adapts
the *old* object. I don't know of any way to fix this.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/classic.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_direct.py.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/classic.py
cvs rdiff -r1.4 -r1.5 PyProtocols/src/protocols/tests/test_direct.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