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

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


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

Modified Files:
      Tag: release22-maint
	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.135
retrieving revision 1.135.6.1
diff -C2 -d -r1.135 -r1.135.6.1
*** urllib.py	8 Dec 2001 17:09:07 -0000	1.135
--- urllib.py	18 Mar 2002 22:19:24 -0000	1.135.6.1
***************
*** 1396,1400 ****
              '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',
--- 1396,1400 ----
              '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',