[New-bugs-announce] [issue16552] os.path.basename() docs should link to os.path.split()

Chris Jerdonek report at bugs.python.org
Sun Nov 25 20:47:03 CET 2012


New submission from Chris Jerdonek:

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.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 176386
nosy: chris.jerdonek, docs at python
priority: normal
severity: normal
stage: needs patch
status: open
title: os.path.basename() docs should link to os.path.split()
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16552>
_______________________________________


More information about the New-bugs-announce mailing list