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 Behdad.Esfahbod, lemburg, loewis, serhiy.storchaka
Date 2015-04-24.19:25:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429903510.31.0.0772921609861.issue24043@psf.upfronthosting.co.za>
In-reply-to
Content
Guido's time machine strikes back.

>>> 'π–∆'.encode('mac_romanian')
b'\xb9\xd0\xc6'
>>> 'π–∆'.encode('mac_croatian')
b'\xf9\xe0\xb4'
History
Date User Action Args
2015-04-24 19:25:10serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, Behdad.Esfahbod
2015-04-24 19:25:10serhiy.storchakasetmessageid: <1429903510.31.0.0772921609861.issue24043@psf.upfronthosting.co.za>
2015-04-24 19:25:10serhiy.storchakalinkissue24043 messages
2015-04-24 19:25:10serhiy.storchakacreate