[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py
require python 2.3.4
Philipp von Weitershausen
philikon at philikon.de
Sun Jun 6 05:21:51 EDT 2004
Log message for revision 25275:
require python 2.3.4
-=-
Modified: Zope3/trunk/src/zope/app/tests/test.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test.py 2004-06-06 08:47:36 UTC (rev 25274)
+++ Zope3/trunk/src/zope/app/tests/test.py 2004-06-06 09:21:51 UTC (rev 25275)
@@ -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