]> granicus.if.org Git - python/commitdiff
Fix stupid mistake of forgetting to mention that the fix for bug #981299
authorBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2004 04:08:23 +0000 (04:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 29 Jun 2004 04:08:23 +0000 (04:08 +0000)
entailed editing the urlparse module.

Misc/NEWS

index 414b6e668bf166ee617c365ed130dd14033cab07..5bfdb2727c29b959ea46cef74722d53fb88d1510 100644 (file)
--- 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.