From 952e735ce496177b1aabc9ebe7df972eb16fd8b6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 14 Oct 2002 20:11:50 +0000 Subject: [PATCH] News about last-minute fix for SF bug 620705 (urlparse). --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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] -- 2.47.3