[issue43620] os.path.join does not use os.sep as documentation claims

Jared Sutton report at bugs.python.org
Thu Mar 25 09:48:37 EDT 2021


Jared Sutton <jpsutton at gmail.com> added the comment:

I can understand your suggestion to just utilize the posixpath library on Windows if needed. That's a reasonable work-around. But certainly you can see this is a doc bug, since the doc clearly states that os.sep is utilized to join the elements of the path, when it clearly isn't; right?

----------
components:  -Library (Lib)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43620>
_______________________________________


More information about the Python-bugs-list mailing list