]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update description of the Expat library.
authorFred Drake <fdrake@acm.org>
Mon, 17 Jun 2002 17:55:30 +0000 (17:55 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 17 Jun 2002 17:55:30 +0000 (17:55 +0000)
Closes SF bug #556370.

setup.py

index 5b99b05f0036e3b2f9825208c3beedac47aeed4f..39997e4c2c16adf87033551d5923d2a85e8b319e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -653,12 +653,15 @@ class PyBuildExt(build_ext):
 
         # Interface to the Expat XML parser
         #
-        # Expat is written by James Clark and must be downloaded separately
-        # (see below).  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 shared libexpat.so/expat.dll
-        # is only advised if that has the same or newer version and was
-        # build using the same defines.
+        # 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
+        # shared libexpat.so/expat.dll is not advised.
+        #
+        # More information on Expat can be found at www.libexpat.org.
+        #
         if sys.byteorder == "little":
             xmlbo = "12"
         else: