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

Add os.path.relpath #42437

Closed
birkenfeld opened this issue Sep 30, 2005 · 3 comments
Closed

Add os.path.relpath #42437

birkenfeld opened this issue Sep 30, 2005 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@birkenfeld
Copy link
Member

BPO 1309676
Nosy @birkenfeld

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 2007-03-30.07:21:50.000>
created_at = <Date 2005-09-30.18:38:15.000>
labels = ['type-feature', 'library']
title = 'Add os.path.relpath'
updated_at = <Date 2007-03-30.07:21:50.000>
user = 'https://github.com/birkenfeld'

bugs.python.org fields:

activity = <Date 2007-03-30.07:21:50.000>
actor = 'collinwinter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-30.18:38:15.000>
creator = 'georg.brandl'
dependencies = []
files = []
hgrepos = []
issue_num = 1309676
keywords = []
message_count = 3.0
messages = ['54623', '54624', '54625']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'collinwinter', 'rbarran']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1309676'
versions = []

@birkenfeld
Copy link
Member Author

Add a method to os.path which calculates the
"difference" of two paths.

See this python-dev thread for details and sample
implementations:
http://mail.python.org/pipermail/python-dev/2005-September/056391.html

@birkenfeld birkenfeld added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Sep 30, 2005
@rbarran
Copy link
Mannequin

rbarran mannequin commented Oct 27, 2005

Logged In: YES
user_id=1207189

Hi,

Submitted a patch bpo-1339796 to add this function.

@collinwinter
Copy link
Mannequin

collinwinter mannequin commented Mar 30, 2007

Applied rbarran's patch as r54419.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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 type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant