From: Guido van Rossum Date: Mon, 14 Oct 2002 20:11:50 +0000 (+0000) Subject: News about last-minute fix for SF bug 620705 (urlparse). X-Git-Tag: v2.2.2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=952e735ce496177b1aabc9ebe7df972eb16fd8b6;p=thirdparty%2FPython%2Fcpython.git News about last-minute fix for SF bug 620705 (urlparse). --- diff --git a/Misc/NEWS b/Misc/NEWS index 290fe47baebf..143808226028 100644 --- 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]