[Zodb-checkins] CVS: StandaloneZODB/bsddb3Storage/bsddb3Storage - BerkeleyBase.py:1.12
Barry Warsaw
barry@wooz.org
Thu, 1 Nov 2001 12:15:22 -0500
Update of /cvs-repository/StandaloneZODB/bsddb3Storage/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv20150
Modified Files:
BerkeleyBase.py
Log Message:
close(): Close the commit log.
=== StandaloneZODB/bsddb3Storage/bsddb3Storage/BerkeleyBase.py 1.11 => 1.12 ===
its environment.
"""
- self._env.close()
# BAW: the original implementation also deleted the _env attribute.
# Was this just to reclaim the garbage?
+ self._env.close()
+ self._closelog()