]> granicus.if.org Git - python/commitdiff
Remove possibly-misleading Expat version
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 15 Sep 2003 12:27:18 +0000 (12:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 15 Sep 2003 12:27:18 +0000 (12:27 +0000)
setup.py

index 25d76079ad22ea8167fa89988b0c021c645f2911..cf550100c1325032e5137bc6feb2ac7597b680b0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -719,8 +719,8 @@ class PyBuildExt(build_ext):
         # Expat was written by James Clark and is now maintained by a
         # group of developers on SourceForge; see www.libexpat.org for
         # more information.  The pyexpat module was written by Paul
-        # Prescod after a prototype by Jack Jansen.  Source of Expat
-        # 1.95.2 is included in Modules/expat/.  Usage of a system
+        # Prescod after a prototype by Jack Jansen.  The Expat source
+        # is included in Modules/expat/.  Usage of a system
         # shared libexpat.so/expat.dll is not advised.
         #
         # More information on Expat can be found at www.libexpat.org.