This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients docs@python, eryksun, fdrake, jpsutton
Date 2021-03-26.04:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616734301.5.0.621532274463.issue43620@roundup.psfhosted.org>
In-reply-to
Content
Just reviewed the documentation for both os.sep and os.path.join().

The os.sep docs do not suggest it can be set, and the reference in the os.path.join() description is silent regarding that, so can be read as Jared did.  I don't recall this coming up before, but... there's a lot I don't remember at this point.  --sigh--

Removing the reference to os.sep from the os.path.join() description would not be confusing, IMO.  Clearly, the ambiguity can bite.

I'd be open to a patch to remove the reference to os.sep from the os.path.join() docs.  Reopening, but removing 3.6 and 3.7 since they're in security-fix-only mode.
History
Date User Action Args
2021-03-26 04:51:41fdrakesetrecipients: + fdrake, docs@python, eryksun, jpsutton
2021-03-26 04:51:41fdrakesetmessageid: <1616734301.5.0.621532274463.issue43620@roundup.psfhosted.org>
2021-03-26 04:51:41fdrakelinkissue43620 messages
2021-03-26 04:51:41fdrakecreate