Kaydet (Commit) fbac294d authored tarafından Brett Cannon's avatar Brett Cannon

rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network

location) in its addressing.

Closes bug #981299.
üst 289e4cba
...@@ -13,7 +13,7 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap', ...@@ -13,7 +13,7 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap',
'prospero', 'rtsp', 'rtspu', ''] 'prospero', 'rtsp', 'rtspu', '']
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet',
'imap', 'wais', 'file', 'mms', 'https', 'shttp', 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
'snews', 'prospero', 'rtsp', 'rtspu', ''] 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '']
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
'telnet', 'wais', 'imap', 'snews', 'sip'] 'telnet', 'wais', 'imap', 'snews', 'sip']
uses_params = ['ftp', 'hdl', 'prospero', 'http', 'imap', uses_params = ['ftp', 'hdl', 'prospero', 'http', 'imap',
......
...@@ -350,6 +350,9 @@ Extension modules ...@@ -350,6 +350,9 @@ Extension modules
Library 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. - Bug #919012: shutil.move() will not try to move a directory into itself.
Thanks Johannes Gijsbers. Thanks Johannes Gijsbers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment