[Zope3-checkins] CVS: Zope3 - setup.py:1.49
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 15:52:23 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv2860
Modified Files:
setup.py
Log Message:
Python 2.2.x is no longer supported for Zope 3; we can remove the _csv
module compatibility.
=== Zope3/setup.py 1.48 => 1.49 ===
--- Zope3/setup.py:1.48 Fri Feb 20 12:18:20 2004
+++ Zope3/setup.py Fri Feb 20 15:52:22 2004
@@ -244,10 +244,6 @@
]
-if sys.version_info[:2] == (2, 2):
- ext_modules.append(Extension("pythonlib.compat22._csv",
- ["src/pythonlib/compat22/_csv.c"]))
-
# We're using the module docstring as the distutils descriptions.
doclines = __doc__.split("\n")
More information about the Zope3-Checkins
mailing list