]> granicus.if.org Git - python/commitdiff
Delete old expat comment. (GH-9197)
authorBenjamin Peterson <benjamin@python.org>
Wed, 12 Sep 2018 00:17:39 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Sep 2018 00:17:39 +0000 (17:17 -0700)
Modules/Setup

index e791c8cf8ac696c287ce00ca989b69d97e910a6b..9787ea2d2c48497b541484d9bd9aba7f5edc8033 100644 (file)
@@ -335,14 +335,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