Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1bda0c

Browse files
committed
Added some clarifications to pyexpat.
1 parent 5961f5a commit d1bda0c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Modules/Setup.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,21 @@ cPickle cPickle.c
426426
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
427427

428428
# Interface to the Expat XML parser
429+
#
430+
# Expat is written by James Clark and must be downloaded separately
431+
# (see below). The pyexpat module was written by Paul Prescod after a
432+
# prototype by Jack Jansen.
433+
#
434+
# The Expat dist includes Windows .lib and .dll files. Home page is at
435+
# http://www.jclark.com/xml/expat.html, the current production release is
436+
# always ftp://ftp.jclark.com/pub/xml/expat.zip.
437+
#
438+
# (Note: the expat build process doesn't yet build a libexpat.a; you can
439+
# do this manually while we try convince the author to add it.)
440+
#
429441
#EXPAT_DIR=/usr/local/src/expat/
430442
#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
431443

444+
432445
# Example -- included for reference only:
433446
# xx xxmodule.c

0 commit comments

Comments
 (0)