[Python-checkins] CVS: python/dist/src/Lib urllib.py,1.136,1.137

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 18 Mar 2002 14:18:49 -0800


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

Modified Files:
	urllib.py 
Log Message:
To make 'urllib.py -t' run again, change FTP URL to a file that actually 
   exists.


Index: urllib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib.py,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** urllib.py	11 Feb 2002 18:06:21 -0000	1.136
--- urllib.py	18 Mar 2002 22:18:46 -0000	1.137
***************
*** 1395,1399 ****
              'file:/etc/passwd',
              'file://localhost/etc/passwd',
!             'ftp://ftp.python.org/etc/passwd',
  ##          'gopher://gopher.micro.umn.edu/1/',
              'http://www.python.org/index.html',
--- 1395,1399 ----
              'file:/etc/passwd',
              'file://localhost/etc/passwd',
!             'ftp://ftp.python.org/pub/python/README',
  ##          'gopher://gopher.micro.umn.edu/1/',
              'http://www.python.org/index.html',