[Checkins] SVN:	ZODB/branches/matt-python-versions/src/ZODB/POSException.py	Another edit between versions.
    matt@zope.com 
    cvs-admin at zope.org
       
    Wed Nov 19 12:21:43 EST 2008
    
    
  
Log message for revision 93144:
  Another edit between versions.
  
Changed:
  U   ZODB/branches/matt-python-versions/src/ZODB/POSException.py
-=-
Modified: ZODB/branches/matt-python-versions/src/ZODB/POSException.py
===================================================================
--- ZODB/branches/matt-python-versions/src/ZODB/POSException.py	2008-11-19 16:56:28 UTC (rev 93143)
+++ ZODB/branches/matt-python-versions/src/ZODB/POSException.py	2008-11-19 17:21:43 UTC (rev 93144)
@@ -49,7 +49,7 @@
 
     message = property(__get_message, __set_message, __del_message)
 
-    if sys.version_info[:2] == (2, 5):
+    if sys.version_info[:2] <= (2, 5):
         def __reduce__(self):
             # Copy extra data from internal structures
             state = self.__dict__.copy()
    
    
More information about the Checkins
mailing list