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 akira, ezio.melotti, gregory.p.smith, risto3, scoder, serhiy.storchaka, vstinner
Date 2016-01-02.09:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451727468.06.0.892759346136.issue23315@psf.upfronthosting.co.za>
In-reply-to
Content
The similar problem in Python 3 was addressed in issue24230. But this was a new feature.

As for lxml tests, I suggest to use bytes names compatible with all Windows OEM encodings (consisting of ASCII + b'\xa9\xb0\xb2\xb3\xb4\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\xc3\xc4\xc5\xc8\xc9\xe6\xf0\xf1\xf3\xf4\xf5\xf6\xf7') and with UTF-8.
History
Date User Action Args
2016-01-02 09:37:48serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, scoder, vstinner, ezio.melotti, akira, risto3
2016-01-02 09:37:48serhiy.storchakasetmessageid: <1451727468.06.0.892759346136.issue23315@psf.upfronthosting.co.za>
2016-01-02 09:37:48serhiy.storchakalinkissue23315 messages
2016-01-02 09:37:47serhiy.storchakacreate