rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network
location) in its addressing.

Closes bug #981299.
diff --git a/Misc/NEWS b/Misc/NEWS
index 138afe2..414b6e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@
 Library
 -------
 
+- Bug #981299: rsync is now a recognized protocol that uses a "netloc" portion
+  of a URL.
+
 - Bug #919012: shutil.move() will not try to move a directory into itself.
   Thanks Johannes Gijsbers.