[Zodb-checkins] SVN: ZODB/branches/3.3/setup.py Merge 25306 from trunk: bump Python to 2.3.4+.

Tim Peters tim.one at comcast.net
Tue Jun 8 15:53:29 EDT 2004


Log message for revision 25307:
Merge 25306 from trunk:  bump Python to 2.3.4+.


-=-
Modified: ZODB/branches/3.3/setup.py
===================================================================
--- ZODB/branches/3.3/setup.py	2004-06-08 19:52:05 UTC (rev 25306)
+++ ZODB/branches/3.3/setup.py	2004-06-08 19:53:28 UTC (rev 25307)
@@ -43,8 +43,8 @@
 from distutils.command.build_py import build_py
 from distutils.util import convert_path
 
-if sys.version_info < (2, 3):
-    print "ZODB 3.3 requires Python 2.3 or higher"
+if sys.version_info < (2, 3, 4):
+    print "ZODB 3.3 requires Python 2.3.4 or higher"
     sys.exit(0)
 
 # Include directories for C extensions




More information about the Zodb-checkins mailing list