aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-11 17:17:39 -0700
committerGitHub <noreply@github.com>2018-09-11 17:17:39 -0700
commitb9bf9d025e659b5a1963027eb73690e57cb35dd0 (patch)
treeee1229cd85f07ac92b01467ac5e6b811c07aa814 /Modules/Setup
parentbpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) (diff)
downloadcpython-b9bf9d025e659b5a1963027eb73690e57cb35dd0.tar.gz
cpython-b9bf9d025e659b5a1963027eb73690e57cb35dd0.tar.bz2
cpython-b9bf9d025e659b5a1963027eb73690e57cb35dd0.zip
Delete old expat comment. (GH-9197)
Diffstat (limited to 'Modules/Setup')
-rw-r--r--Modules/Setup8
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/Setup b/Modules/Setup
index e791c8cf8ac..9787ea2d2c4 100644
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -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