Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc8341d

Browse files
committed
Update description of the Expat library.
Closes SF bug #556370.
1 parent 8311518 commit fc8341d

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

setup.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -653,12 +653,15 @@ class found(Exception): pass
653653

654654
# Interface to the Expat XML parser
655655
#
656-
# Expat is written by James Clark and must be downloaded separately
657-
# (see below). The pyexpat module was written by Paul Prescod after a
658-
# prototype by Jack Jansen. Source of Expat 1.95.2 is included
659-
# in Modules/expat. Usage of a system shared libexpat.so/expat.dll
660-
# is only advised if that has the same or newer version and was
661-
# build using the same defines.
656+
# Expat was written by James Clark and is now maintained by a
657+
# group of developers on SourceForge; see www.libexpat.org for
658+
# more information. The pyexpat module was written by Paul
659+
# Prescod after a prototype by Jack Jansen. Source of Expat
660+
# 1.95.2 is included in Modules/expat/. Usage of a system
661+
# shared libexpat.so/expat.dll is not advised.
662+
#
663+
# More information on Expat can be found at www.libexpat.org.
664+
#
662665
if sys.byteorder == "little":
663666
xmlbo = "12"
664667
else:

0 commit comments

Comments
 (0)