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 serhiy.storchaka
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2020-06-22.09:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592819364.77.0.204133335843.issue41074@roundup.psfhosted.org>
In-reply-to
Content
It encodes input string arguments with utf-8 and pass encoded strings to 8-bit API which expect they be encoded using the locale encoding. It may pass tests, create and read files, but these files will just have wrong names.
History
Date User Action Args
2020-06-22 09:49:24serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower
2020-06-22 09:49:24serhiy.storchakasetmessageid: <1592819364.77.0.204133335843.issue41074@roundup.psfhosted.org>
2020-06-22 09:49:24serhiy.storchakalinkissue41074 messages
2020-06-22 09:49:24serhiy.storchakacreate