[Python-checkins] python/dist/src setup.py,1.73.4.4,1.73.4.5

akuchling@sourceforge.net akuchling@sourceforge.net
Wed, 15 May 2002 13:46:58 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv6816

Modified Files:
      Tag: release22-maint
	setup.py 
Log Message:
[Bug #556370] Update URL for Expat

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.73.4.4
retrieving revision 1.73.4.5
diff -C2 -d -r1.73.4.4 -r1.73.4.5
*** setup.py	26 Mar 2002 13:43:04 -0000	1.73.4.4
--- setup.py	15 May 2002 20:46:56 -0000	1.73.4.5
***************
*** 546,551 ****
          #
          # 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.
          #
          # EXPAT_DIR, below, should point to the expat/ directory created by
--- 546,550 ----
          #
          # The Expat dist includes Windows .lib and .dll files.  Home page is
!         # at http://sourceforge.net/projects/expat/.
          #
          # EXPAT_DIR, below, should point to the expat/ directory created by