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 Arfrever, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.11:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYYpA4T7j4FniQznb2TmoV58S4NccQYBSiufva6HJMjSQ@mail.gmail.com>
In-reply-to <1428051969.32.0.0517182880661.issue22643@psf.upfronthosting.co.za>
Content
> It's strange to have "�" here. Should be "ü".

Oh right, I saw "�" in the bug tracker and in the buildbot output. But
it's a web browser issue, if you download the raw buildbout output,
you will see "ü". So the string takes less memory (1 byte per
character, not 2).
History
Date User Action Args
2015-04-03 11:37:10vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, serhiy.storchaka, pkt
2015-04-03 11:37:10vstinnerlinkissue22643 messages
2015-04-03 11:37:09vstinnercreate