E&S CVS Commit: PEAK - Changed cursors to copy/rebuild tuples instead of assigning to __class__,
pje at eby-sarna.com
pje at eby-sarna.com
Tue Oct 1 16:50:01 EDT 2002
Module Name: PEAK
Committed By: pje
Date: Tue Oct 1 20:49:46 UTC 2002
Modified Files:
PEAK/src/peak/storage: connections.py
Log Message:
Changed cursors to copy/rebuild tuples instead of assigning to __class__,
since the BDFL has declared that changing between heap and nonheap types
is a no-no, and Python 2.3 will enforce it. A pity, really, since it
was such a wonderful hack for this and other purposes. :(
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/storage/connections.py.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/storage/connections.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