]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #556370] Update URL for Expat
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 15 May 2002 20:46:56 +0000 (20:46 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 15 May 2002 20:46:56 +0000 (20:46 +0000)
setup.py

index 037226d7ab4541b208eaac1a77ccf19f684f26d0..1ed7d8810e452b5f4fb714b6a91873468548d50a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -545,8 +545,7 @@ class PyBuildExt(build_ext):
         # 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.
+        # at http://sourceforge.net/projects/expat/.
         #
         # EXPAT_DIR, below, should point to the expat/ directory created by
         # unpacking the Expat source distribution.