commit | fbac294d590be0b02a38b68fc5680febb060d7c5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Jun 29 04:02:40 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Jun 29 04:02:40 2004 +0000 |
tree | 1fd17968ab98f02111beec2cb7f544939be351cc | |
parent | 289e4cba1cce7e20638d5519355b5b162a2a74af [diff] [blame] |
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.