[Zodb-checkins] CVS: Zope3/lib/python/ZODB - ZApplication.py:1.8.60.2.2.1
Jim Fulton
jim@zope.com
Sat, 16 Mar 2002 09:44:30 -0500
Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv24057/python/ZODB
Modified Files:
Tag: Zope3-publisher-refactor-branch
ZApplication.py
Log Message:
Checking in partial publisher refactoring on the
Zope3-publisher-refactor-branch branch to facilitate collaboration
with Stephan.
=== Zope3/lib/python/ZODB/ZApplication.py 1.8.60.2 => 1.8.60.2.2.1 ===
cleanup=Cleanup()
cleanup.__del__=conn.close
- REQUEST._hold(cleanup)
+ REQUEST.hold(cleanup)
## conn.setDebugInfo(REQUEST.environ, REQUEST.other)