]> granicus.if.org Git - python/commitdiff
update expat comment
authorBenjamin Peterson <benjamin@python.org>
Thu, 31 Dec 2009 16:28:24 +0000 (16:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 31 Dec 2009 16:28:24 +0000 (16:28 +0000)
setup.py

index a8c9059066c1ee0a34e8e7e5cfc91498c0e85087..2876372c3a67c3b0118ff5a53e225c172c7e4e12 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1211,12 +1211,12 @@ class PyBuildExt(build_ext):
 
         # Interface to the Expat XML parser
         #
-        # 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.  The Expat source
-        # is included in Modules/expat/.  Usage of a system
-        # shared libexpat.so/expat.dll is not advised.
+        # 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.  The Expat source is included in Modules/expat/.  Usage
+        # of a system shared libexpat.so is possible with --with-system-expat
+        # cofigure option.
         #
         # More information on Expat can be found at www.libexpat.org.
         #