summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-06-29 04:08:23 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-06-29 04:08:23 (GMT)
commit46d4ff2b72b11c6c20cc447e362cb39ea7c7fedc (patch)
tree9d78aedb690e1b9945c0f96af11ce747a2117aa3
parentfbac294d590be0b02a38b68fc5680febb060d7c5 (diff)
downloadcpython-46d4ff2b72b11c6c20cc447e362cb39ea7c7fedc.zip
cpython-46d4ff2b72b11c6c20cc447e362cb39ea7c7fedc.tar.gz
cpython-46d4ff2b72b11c6c20cc447e362cb39ea7c7fedc.tar.bz2
Fix stupid mistake of forgetting to mention that the fix for bug #981299
entailed editing the urlparse module.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 414b6e6..5bfdb27 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.