[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.48,1.337.2.4.2.49

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 14 Oct 2002 13:12:06 -0700


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
News about last-minute fix for SF bug 620705 (urlparse).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.48
retrieving revision 1.337.2.4.2.49
diff -C2 -d -r1.337.2.4.2.48 -r1.337.2.4.2.49
*** NEWS	14 Oct 2002 18:21:49 -0000	1.337.2.4.2.48
--- NEWS	14 Oct 2002 20:11:50 -0000	1.337.2.4.2.49
***************
*** 44,47 ****
--- 44,51 ----
    some minor bugs found in email 2.4.1 since its release.
  
+ - In urlparse.py: a one-character fix to urlunsplit() caused breakage
+   when parsing relative URLs, so added a fix for the fix and a test
+   for the fix.  [SF bug 620705]
+ 
  - In re.py: the finditer() function was accidentally not defined.  [SF
    bug 585882]