[Zope3-checkins] CVS: Zope3/doc - INSTALL.txt:1.41
Marius Gedminas
mgedmin@codeworks.lt
Fri, 6 Jun 2003 12:42:10 -0400
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv6201/doc
Modified Files:
INSTALL.txt
Log Message:
Zope 3 now requires Python 2.2.3; update the docs.
=== Zope3/doc/INSTALL.txt 1.40 => 1.41 ===
--- Zope3/doc/INSTALL.txt:1.40 Tue Dec 31 16:48:53 2002
+++ Zope3/doc/INSTALL.txt Fri Jun 6 12:41:39 2003
@@ -7,7 +7,7 @@
Important notes
- ZOPE 3 REQUIRES PYTHON 2.2.2!
+ ZOPE 3 REQUIRES PYTHON 2.2.3!
Quick Start
@@ -88,7 +88,7 @@
and 'test.py' will run all of the unit tests (see UNITTEST.txt
in the doc directory for more information on unit tests).
- * You should be using Python 2.2.2 or later to run anything
+ * You should be using Python 2.2.3 or later to run anything
related to Zope3.
* The python you run Zope with *must* have threads compiled in,