Skip to content

os.path.basename() docs should link to os.path.split() #60756

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

Closed
cjerdonek opened this issue Nov 25, 2012 · 2 comments
Closed

os.path.basename() docs should link to os.path.split() #60756

cjerdonek opened this issue Nov 25, 2012 · 2 comments
Labels
docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@cjerdonek
Copy link
Member

BPO 16552
Nosy @cjerdonek

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 2012-11-26.04:47:27.072>
created_at = <Date 2012-11-25.19:47:03.129>
labels = ['easy', 'type-feature', 'docs']
title = 'os.path.basename() docs should link to os.path.split()'
updated_at = <Date 2012-11-26.04:47:27.071>
user = 'https://github.com/cjerdonek'

bugs.python.org fields:

activity = <Date 2012-11-26.04:47:27.071>
actor = 'chris.jerdonek'
assignee = 'docs@python'
closed = True
closed_date = <Date 2012-11-26.04:47:27.072>
closer = 'chris.jerdonek'
components = ['Documentation']
creation = <Date 2012-11-25.19:47:03.129>
creator = 'chris.jerdonek'
dependencies = []
files = []
hgrepos = []
issue_num = 16552
keywords = ['easy']
message_count = 2.0
messages = ['176386', '176394']
nosy_count = 3.0
nosy_names = ['chris.jerdonek', 'docs@python', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue16552'
versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']

@cjerdonek
Copy link
Member Author

The docs for os.path.abspath(), os.path.basename(), and os.path.dirname():

http://docs.python.org/dev/library/os.path.html#os.path.abspath

should hyperlink to os.path.normpath() and os.path.split() as appropriate for easier navigability.

@cjerdonek cjerdonek added docs Documentation in the Doc dir easy type-feature A feature request or enhancement labels Nov 25, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Nov 26, 2012

New changeset 580ca5c587f6 by Chris Jerdonek in branch '2.7':
Add hyperlinks to the docs of some os.path functions (issue bpo-16552).
http://hg.python.org/cpython/rev/580ca5c587f6

New changeset cde59c6acf98 by Chris Jerdonek in branch '3.2':
Add hyperlinks to the docs of some os.path functions (issue bpo-16552).
http://hg.python.org/cpython/rev/cde59c6acf98

New changeset 3eec2d562df0 by Chris Jerdonek in branch '3.3':
Merge from 3.2: add hyperlinks to some os.path function docs (issue bpo-16552).
http://hg.python.org/cpython/rev/3eec2d562df0

New changeset 25321e2172ad by Chris Jerdonek in branch 'default':
Merge from 3.3: add hyperlinks to some os.path function docs (issue bpo-16552).
http://hg.python.org/cpython/rev/25321e2172ad

@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
docs Documentation in the Doc dir easy type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant