[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.95,1.96

Guido van Rossum python-dev@python.org
Fri, 31 Mar 2000 11:39:04 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
	Setup.in 
Log Message:
Added some clarifications to pyexpat.


Index: Setup.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/Setup.in,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** Setup.in	2000/03/31 15:43:31	1.95
--- Setup.in	2000/03/31 16:39:02	1.96
***************
*** 427,432 ****
--- 427,445 ----
  
  # Interface to the Expat XML parser
+ #
+ # Expat is written by James Clark and must be downloaded separately
+ # (see below).  The pyexpat module was written by Paul Prescod after a
+ # prototype by Jack Jansen.
+ #
+ # The Expat dist includes Windows .lib and .dll files.  Home page is at
+ # http://www.jclark.com/xml/expat.html, the current production release is
+ # always ftp://ftp.jclark.com/pub/xml/expat.zip.
+ #
+ # (Note: the expat build process doesn't yet build a libexpat.a; you can
+ # do this manually while we try convince the author to add it.)
+ #
  #EXPAT_DIR=/usr/local/src/expat/
  #pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
+ 
  
  # Example -- included for reference only: