[Zope3-checkins] CVS: Zope3/src/pythonlib - README.txt:1.3
Marius Gedminas
mgedmin@codeworks.lt
Fri, 6 Jun 2003 12:41:41 -0400
Update of /cvs-repository/Zope3/src/pythonlib
In directory cvs.zope.org:/tmp/cvs-serv6201/src/pythonlib
Modified Files:
README.txt
Log Message:
Zope 3 now requires Python 2.2.3; update the docs.
=== Zope3/src/pythonlib/README.txt 1.2 => 1.3 ===
--- Zope3/src/pythonlib/README.txt:1.2 Fri Apr 11 15:44:35 2003
+++ Zope3/src/pythonlib/README.txt Fri Jun 6 12:41:39 2003
@@ -13,11 +13,11 @@
module that deviates from some version in Python.
For example, say that Zope's current minimal Python requirement is
-Python 2.2.2, but say that you need the ``gettext`` module from
+Python 2.2.3, but say that you need the ``gettext`` module from
Python 2.3. You may take the ``gettext`` module from Python 2.3
and drop it in the pythonlib/compat22 directory and arrange your
imports so that Zope uses this version of ``gettext`` instead of
-the Python 2.2.2 standard module (see below for details).
+the Python 2.2.3 standard module (see below for details).
The problem with making changes that aren't reflected in Python
releases is that you will not be able to remove pythonlib modules