From 46d4ff2b72b11c6c20cc447e362cb39ea7c7fedc Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 29 Jun 2004 04:08:23 +0000 Subject: [PATCH] Fix stupid mistake of forgetting to mention that the fix for bug #981299 entailed editing the urlparse module. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 414b6e668bf..5bfdb2727c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -350,8 +350,8 @@ Extension modules Library ------- -- Bug #981299: rsync is now a recognized protocol that uses a "netloc" portion - of a URL. +- Bug #981299: rsync is now a recognized protocol in urlparse that uses a + "netloc" portion of a URL. - Bug #919012: shutil.move() will not try to move a directory into itself. Thanks Johannes Gijsbers.