Commit ac2c287f authored by Fred Drake's avatar Fred Drake

Update description of the Expat library.

Closes SF bug #556370.
parent 96644322
...@@ -653,12 +653,15 @@ class PyBuildExt(build_ext): ...@@ -653,12 +653,15 @@ class PyBuildExt(build_ext):
# Interface to the Expat XML parser # Interface to the Expat XML parser
# #
# Expat is written by James Clark and must be downloaded separately # Expat was written by James Clark and is now maintained by a
# (see below). The pyexpat module was written by Paul Prescod after a # group of developers on SourceForge; see www.libexpat.org for
# prototype by Jack Jansen. Source of Expat 1.95.2 is included # more information. The pyexpat module was written by Paul
# in Modules/expat. Usage of a system shared libexpat.so/expat.dll # Prescod after a prototype by Jack Jansen. Source of Expat
# is only advised if that has the same or newer version and was # 1.95.2 is included in Modules/expat/. Usage of a system
# build using the same defines. # shared libexpat.so/expat.dll is not advised.
#
# More information on Expat can be found at www.libexpat.org.
#
if sys.byteorder == "little": if sys.byteorder == "little":
xmlbo = "12" xmlbo = "12"
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment