This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Please provide rsync-method in the urllib[2] module
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: doko, orsenthil
Priority: normal Keywords:

Created on 2007-01-13 17:21 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61265 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2007-01-13 17:21
[forwarded from http://bugs.debian.org/323213]

sometimes it would be nice to be able to just open rsync-connections directly via the urllib-methode (like http- and ftp-ressources).
msg85179 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2009-04-02 07:39
Rsync is a tool, which can be written using urllib2.
urllib2 is a library adhering to certain SPECs (Internet RFCs). 
Do not see a reason to include tools in urllib2.
Closing it as wont-fix. Thanks.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44459
2009-04-02 07:39:49orsenthilsetstatus: open -> closed
resolution: wont fix
messages: + msg85179
2009-02-12 18:10:13ajaksu2setnosy: + orsenthil
stage: test needed
versions: + Python 3.1, Python 2.7, - Python 2.6
2007-01-13 17:21:11dokocreate