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@python components: Documentation keywords: easy messages: 176386 nosy: chris.jerdonek, docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue16552> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com