[Python-checkins] Delete old expat comment. (GH-9197)

Miss Islington (bot) webhook-mailer at python.org
Tue Sep 11 21:04:36 EDT 2018


https://github.com/python/cpython/commit/01ce535ba97b8a1e96853b3822ebca75ddcbebb3
commit: 01ce535ba97b8a1e96853b3822ebca75ddcbebb3
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-09-11T18:04:33-07:00
summary:

Delete old expat comment. (GH-9197)

(cherry picked from commit b9bf9d025e659b5a1963027eb73690e57cb35dd0)

Co-authored-by: Benjamin Peterson <benjamin at python.org>

files:
M Modules/Setup.dist

diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index da2404a44a26..f0eff5d2d0c2 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -338,14 +338,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



More information about the Python-checkins mailing list