[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.102, 1.831.4.103

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed May 5 21:41:00 EDT 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #944110: Properly process empty passwords. Fixes #944082.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.102
retrieving revision 1.831.4.103
diff -C2 -d -r1.831.4.102 -r1.831.4.103
*** NEWS	20 Apr 2004 21:15:54 -0000	1.831.4.102
--- NEWS	6 May 2004 01:40:57 -0000	1.831.4.103
***************
*** 43,46 ****
--- 43,48 ----
  -------
  
+ - Bug #944082: Empty passwords in urllib2 are now supported.
+ 
  - Bug #926075: Fixed a bug that returns a wrong pattern object
    for a string or unicode object in sre.compile() when a different




More information about the Python-checkins mailing list