[issue16552] os.path.basename() docs should link to os.path.split()

2012-11-25 Thread Chris Jerdonek
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. --

[issue16552] os.path.basename() docs should link to os.path.split()

2012-11-25 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue16552] os.path.basename() docs should link to os.path.split()

2012-11-25 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16552