[Python-checkins] python/dist/src/Misc NEWS,1.831.4.89,1.831.4.90

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Feb 15 15:54:17 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21603/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #817379: Allow absolute paths in urllib2.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.89
retrieving revision 1.831.4.90
diff -C2 -d -r1.831.4.89 -r1.831.4.90
*** NEWS	9 Feb 2004 02:57:14 -0000	1.831.4.89
--- NEWS	15 Feb 2004 20:54:13 -0000	1.831.4.90
***************
*** 32,35 ****
--- 32,41 ----
    fail caused intermittent errors and odd behavior.
  
+ Library
+ -------
+ 
+ - Patch 817379: Allow absolute ftp paths in urllib2.
+ 
+ 
  What's New in Python 2.3.3 (final)?
  ===================================




More information about the Python-checkins mailing list