]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News about last-minute fix for SF bug 620705 (urlparse).
authorGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 20:11:50 +0000 (20:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 20:11:50 +0000 (20:11 +0000)
Misc/NEWS

index 290fe47baebf2acc7c939758c10ad9c6935cf1f7..1438082260281438534fb0c0341301511779234b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,10 @@ Library
 - This release includes the email package version 2.4.3, which fixes
   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]