[Zope-Checkins] CVS: ZODB/src/ZODB - serialize.py:1.2.10.6
Jeremy Hylton
jeremy at zope.com
Fri Feb 13 11:18:49 EST 2004
Update of /cvs-repository/ZODB/src/ZODB
In directory cvs.zope.org:/tmp/cvs-serv12859
Modified Files:
Tag: zope3-zodb3-devel-branch
serialize.py
Log Message:
It appears the close() method has been deleted,
so this comment is a decoy.
=== ZODB/src/ZODB/serialize.py 1.2.10.5 => 1.2.10.6 ===
--- ZODB/src/ZODB/serialize.py:1.2.10.5 Thu Feb 12 16:42:43 2004
+++ ZODB/src/ZODB/serialize.py Fri Feb 13 11:18:48 2004
@@ -94,12 +94,6 @@
The ObjectWriter creates object pickles in the ZODB format. It
also detects new persistent objects reachable from the current
object.
-
- The client is responsible for calling the close() method to avoid
- leaking memory. The ObjectWriter uses a Pickler internally, and
- Pickler objects do not participate in garbage collection. (Note
- that in Python 2.3 and higher, the close() method would be
- unnecessary because Picklers participate in garbage collection.)
"""
def __init__(self, jar=None):
More information about the Zope-Checkins
mailing list