[Zope-Checkins] CVS: Zope3/lib/python/ZODB - ZApplication.py:1.8.60.3

Jim Fulton jim@zope.com
Tue, 26 Mar 2002 16:26:23 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv7731/ZODB

Modified Files:
      Tag: Zope-3x-branch
	ZApplication.py 
Log Message:
Merged the publication refactoring branch into the main branch.

Also renamed:

  browser_reaverse -> publishTraverse

  browser_default -> browserDefault



=== Zope3/lib/python/ZODB/ZApplication.py 1.8.60.2 => 1.8.60.3 ===
         cleanup=Cleanup()
         cleanup.__del__=conn.close
-        REQUEST._hold(cleanup)
+        REQUEST.hold(cleanup)
 
 ##        conn.setDebugInfo(REQUEST.environ, REQUEST.other)