summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-06-29 04:02:40 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-06-29 04:02:40 (GMT)
commitfbac294d590be0b02a38b68fc5680febb060d7c5 (patch)
tree1fd17968ab98f02111beec2cb7f544939be351cc /Misc/NEWS
parent289e4cba1cce7e20638d5519355b5b162a2a74af (diff)
downloadcpython-fbac294d590be0b02a38b68fc5680febb060d7c5.zip
cpython-fbac294d590be0b02a38b68fc5680febb060d7c5.tar.gz
cpython-fbac294d590be0b02a38b68fc5680febb060d7c5.tar.bz2
rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network
location) in its addressing. Closes bug #981299.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 138afe2..414b6e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Extension modules
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.