[Zope-Checkins] CVS: Zope3/lib/python/ZODB - DB.py:1.45

Jeremy Hylton jeremy@zope.com
Wed, 3 Jul 2002 16:25:41 -0400


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

Modified Files:
	DB.py 
Log Message:
I don't understand what a temporary version is or how any code is
supposed to deal with a non-string version.  So remove this check.


=== Zope3/lib/python/ZODB/DB.py 1.44 => 1.45 ===
         likelihood that the connection's stack will include useful objects.
         """
-        if type(version) is not StringType:
-            raise POSException.Unimplemented, 'temporary versions'
-        
         self._a()
         try: