]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete old expat comment. (GH-9197)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Sep 2018 01:13:46 +0000 (18:13 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Sep 2018 01:13:46 +0000 (18:13 -0700)
(cherry picked from commit b9bf9d025e659b5a1963027eb73690e57cb35dd0)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Modules/Setup.dist

index 735bacb1b4dfbf58c7c411bb4f0dc9256941285a..acf4433cfe6fb60c603ae604de6c25fcd0dc155f 100644 (file)
@@ -366,14 +366,6 @@ _symtable symtablemodule.c
 #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
 
 # 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.  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.
 #
 #pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI