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 lazka
Recipients eric.smith, eryksun, lazka, mikekaganski, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-15.07:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644910835.41.0.658774732726.issue46751@roundup.psfhosted.org>
In-reply-to
Content
Afaik Cywin programs only work with native Windows paths if the paths happen to get directly passed to the OS APIs and not interpreted in any way before that. So I don't think this is a bug and expected behavior.

Use "cygpath C:/path/to/script.py" to convert the path to the right format first.
History
Date User Action Args
2022-02-15 07:40:35lazkasetrecipients: + lazka, paul.moore, eric.smith, tim.golden, zach.ware, eryksun, steve.dower, mikekaganski
2022-02-15 07:40:35lazkasetmessageid: <1644910835.41.0.658774732726.issue46751@roundup.psfhosted.org>
2022-02-15 07:40:35lazkalinkissue46751 messages
2022-02-15 07:40:35lazkacreate