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.

classification
Title: os.path.basename() docs should link to os.path.split()
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: chris.jerdonek, docs@python, python-dev
Priority: normal Keywords: easy

Created on 2012-11-25 19:47 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg176386 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-11-25 19:47
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.
msg176394 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-11-26 04:45
New changeset 580ca5c587f6 by Chris Jerdonek in branch '2.7':
Add hyperlinks to the docs of some os.path functions (issue #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 #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 #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 #16552).
http://hg.python.org/cpython/rev/25321e2172ad
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60756
2012-11-26 04:47:27chris.jerdoneksetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2012-11-26 04:45:09python-devsetnosy: + python-dev
messages: + msg176394
2012-11-25 19:47:03chris.jerdonekcreate