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 eryksun, parsampsh, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-14.13:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615728507.23.0.900958727751.issue43491@roundup.psfhosted.org>
In-reply-to
Content
"C:\some\path/some/file.txt" is a valid file path. The Windows file API normalizes most paths, except for verbatim paths that start with exactly "\\?\". Path normalization includes replacing forward slashes with backslashes.

If you provide the complete traceback, I may be able to help diagnose the problem, but not here. Please ask for help on https://discuss.python.org/c/users or https://mail.python.org/mailman/listinfo/python-list.
History
Date User Action Args
2021-03-14 13:28:27eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, parsampsh
2021-03-14 13:28:27eryksunsetmessageid: <1615728507.23.0.900958727751.issue43491@roundup.psfhosted.org>
2021-03-14 13:28:27eryksunlinkissue43491 messages
2021-03-14 13:28:27eryksuncreate