summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 414b6e668b..5bfdb2727c 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.