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 eryksun
Recipients demirbey, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-07-30.15:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627658861.32.0.578316664761.issue44778@roundup.psfhosted.org>
In-reply-to
Content
MinGW Python sets os.sep to "/" and os.altsep to "\\". It also swaps _WindowsFlavour.sep and _WindowsFlavour.altsep in pathlib. This seems dubious to me. Technically the Windows API supports both backslash and slash as path separators, but in practice many API functions only support backslash (e.g. the path functions such as PathCchSkipRoot). Anyway, it's a third-party issue. You'll have to report it to the MinGW maintainers if you want it resolved, or to at least get an informed reason why the change is necessary.
History
Date User Action Args
2021-07-30 15:27:41eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, demirbey
2021-07-30 15:27:41eryksunsetmessageid: <1627658861.32.0.578316664761.issue44778@roundup.psfhosted.org>
2021-07-30 15:27:41eryksunlinkissue44778 messages
2021-07-30 15:27:41eryksuncreate