[Zope-Checkins] CVS: ZODB3/ZODB - DB.py:1.46

Jeremy Hylton jeremy@zope.com
Tue, 3 Dec 2002 12:40:56 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv8079

Modified Files:
	DB.py 
Log Message:
Remove strange Unimplemented error for temporary versions.


=== ZODB3/ZODB/DB.py 1.45 => 1.46 ===
--- ZODB3/ZODB/DB.py:1.45	Mon Nov 18 18:17:40 2002
+++ ZODB3/ZODB/DB.py	Tue Dec  3 12:40:56 2002
@@ -353,9 +353,6 @@
         Note that the connection pool is managed as a stack, to increate the
         likelihood that the connection's stack will include useful objects.
         """
-        if type(version) is not StringType:
-            raise POSException.Unimplemented, 'temporary versions'
-
         self._a()
         try: