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 vstinner
Recipients jcea, loewis, petriborg, serhiy.storchaka, trent, vstinner
Date 2017-06-20.14:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY4e0M8vEEQVGXcdWWO7vd-d7RREE-Z7xjYLKi7=dEnFQ@mail.gmail.com>
In-reply-to <1497962916.1.0.0485811085985.issue16258@psf.upfronthosting.co.za>
Content
> It is possible to use the special "encoding" for transformed strings on platforms with broken wcsxfrm().

I wouldn't say that the function is wrong. wchar_t is 32-bit long, the
function is free to use numbers > 0x10ffff. It's more a Python
limitation, no?
History
Date User Action Args
2017-06-20 14:20:32vstinnersetrecipients: + vstinner, loewis, jcea, trent, serhiy.storchaka, petriborg
2017-06-20 14:20:32vstinnerlinkissue16258 messages
2017-06-20 14:20:31vstinnercreate