Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rsync protocol missing from urlparse #40473

Closed
mok0 mannequin opened this issue Jun 28, 2004 · 2 comments
Closed

Rsync protocol missing from urlparse #40473

mok0 mannequin opened this issue Jun 28, 2004 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@mok0
Copy link
Mannequin

mok0 mannequin commented Jun 28, 2004

BPO 981299
Nosy @brettcannon

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-06-29.04:09:02.000>
created_at = <Date 2004-06-28.15:03:22.000>
labels = ['library']
title = 'Rsync protocol missing from urlparse'
updated_at = <Date 2004-06-29.04:09:02.000>
user = 'https://bugs.python.org/mok0'

bugs.python.org fields:

activity = <Date 2004-06-29.04:09:02.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2004-06-28.15:03:22.000>
creator = 'mok0'
dependencies = []
files = []
hgrepos = []
issue_num = 981299
keywords = []
message_count = 2.0
messages = ['21345', '21346']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'mok0']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue981299'
versions = ['Python 2.2']

@mok0
Copy link
Mannequin Author

mok0 mannequin commented Jun 28, 2004

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.

@mok0 mok0 mannequin closed this as completed Jun 28, 2004
@mok0 mok0 mannequin added the stdlib Python modules in the Lib dir label Jun 28, 2004
@mok0 mok0 mannequin closed this as completed Jun 28, 2004
@mok0 mok0 mannequin added the stdlib Python modules in the Lib dir label Jun 28, 2004
@brettcannon
Copy link
Member

Logged In: YES
user_id=357491

Fixed in rev. 1.45 in HEAD and rev. 1.40.10.1 in 2.3 .

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant