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.

Author mok0
Recipients
Date 2004-06-28.15:03:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The rsync protocol is missing from urlparse.py. 

>>> import urlparse
>>> urlparse.urlparse("rsync://a.b.c/d/e")
('rsync', '', '//a.b.c/d/e', '', '', '')

The machine name a.b.c should be in field 1 of the
result, and the directory part /e/f in field 2.
History
Date User Action Args
2007-08-23 14:23:04adminlinkissue981299 messages
2007-08-23 14:23:04admincreate