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 mark.dickinson
Recipients mark.dickinson, martin.panter, meador.inge, takluyver, terry.reedy
Date 2012-11-03.19:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351971604.03.0.11210970073.issue16349@psf.upfronthosting.co.za>
In-reply-to
Content
> Also it would be nice to clarify if struct.Struct.format is meant to be > a byte string.

Hmm.  That seems wrong to me.  After all, the format string is supposed to be a piece of human-readable text rather than a collection of bytes.  I think it's borderline acceptable to allow a bytes instance to be passed in for the format (practicality beats purity and all that), but I'd say that the output format should definitely be unicode.
History
Date User Action Args
2012-11-03 19:40:04mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, meador.inge, takluyver, martin.panter
2012-11-03 19:40:04mark.dickinsonsetmessageid: <1351971604.03.0.11210970073.issue16349@psf.upfronthosting.co.za>
2012-11-03 19:40:04mark.dickinsonlinkissue16349 messages
2012-11-03 19:40:03mark.dickinsoncreate