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-25.18:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616696241.13.0.145926571795.issue43620@roundup.psfhosted.org>
In-reply-to
Content
Perhaps Jared was expecting that modifying os.sep would affect the functions in os.path?

os.sep was never intended to be updated.

Using the specific *path modules to work with "foreign" paths has long been advocated as the way to do this.  It isn't a work-around.
History
Date User Action Args
2021-03-25 18:17:21fdrakesetrecipients: + fdrake, docs@python, eryksun, jpsutton
2021-03-25 18:17:21fdrakesetmessageid: <1616696241.13.0.145926571795.issue43620@roundup.psfhosted.org>
2021-03-25 18:17:20fdrakelinkissue43620 messages
2021-03-25 18:17:20fdrakecreate