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.
Created on 2004年06月28日 15:03 by mok0, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg21345 - (view) | Author: Morten Kjeldgaard (mok0) | Date: 2004年06月28日 15:03 | |
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.
|
|||
| msg21346 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2004年06月29日 04:09 | |
Logged In: YES user_id=357491 Fixed in rev. 1.45 in HEAD and rev. 1.40.10.1 in 2.3 . |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:05 | admin | set | github: 40473 |
| 2004年06月28日 15:03:22 | mok0 | create | |