File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments