[docs] [issue9921] os.path.join('x','') behavior

R. David Murray report at bugs.python.org
Thu Jun 23 03:19:30 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Here is a patch that I think describes the algorithm correctly, based on the comments in the module, with a clarifying parenthetical to cover the non-obvious consequence of that algorithm.

----------
versions: +Python 3.3 -Python 3.1
Added file: http://bugs.python.org/file22426/os.path.join-doc.patch

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


More information about the docs mailing list