[Zodb-checkins] CVS: ZODB3 - Makefile:1.6
Guido van Rossum
guido at python.org
Tue Apr 22 15:42:53 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13990
Modified Files:
Makefile
Log Message:
We're going to support Python 2.1 after all...
=== ZODB3/Makefile 1.5 => 1.6 ===
--- ZODB3/Makefile:1.5 Mon Apr 21 12:26:15 2003
+++ ZODB3/Makefile Tue Apr 22 14:42:53 2003
@@ -1,5 +1,5 @@
PYTHON=python2.2
-ALTPYTHON=python2.3
+ALTPYTHON=python2.1
all:
$(PYTHON) setup.py -q build
More information about the Zodb-checkins
mailing list