python/cpython

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

cjerdonek opened this issue · 2 comments

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']

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.

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