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 mark.dickinson, martin.panter, meador.inge, rhettinger, serhiy.storchaka, takluyver, terry.reedy
Date 2012-11-30.18:55:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354301708.29.0.267801260508.issue16349@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 supports only str. Support for unicode objects has been added in r59687 (merged with other unrelated changes in changeset 13aabc23cf2e). Maybe Raymond can explain why the type for the Struct.format was chosen bytes, not unicode.
History
Date User Action Args
2012-11-30 18:55:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, meador.inge, takluyver, martin.panter
2012-11-30 18:55:08serhiy.storchakasetmessageid: <1354301708.29.0.267801260508.issue16349@psf.upfronthosting.co.za>
2012-11-30 18:55:08serhiy.storchakalinkissue16349 messages
2012-11-30 18:55:07serhiy.storchakacreate