[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py require python 2.3.4

Philipp von Weitershausen philikon at philikon.de
Sun Jun 6 05:23:07 EDT 2004


Log message for revision 25276:
require python 2.3.4



-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py	2004-06-06 09:21:51 UTC (rev 25275)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py	2004-06-06 09:23:04 UTC (rev 25276)
@@ -988,10 +988,10 @@
         print "-r ignored, because it needs a debug build of Python"
         REFCOUNT = False
 
-    if sys.version_info < ( 2,3,2 ):
+    if sys.version_info < ( 2,3,4 ):
         print """\
         ERROR: Your python version is not supported by Zope3.
-        Zope3 needs Python 2.3.2 or greater. You are running:""" + sys.version
+        Zope3 needs Python 2.3.4 or greater. You are running:""" + sys.version
         sys.exit(1)
 
     if GC_THRESHOLD is not None:




More information about the Zope3-Checkins mailing list