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 gvanrossum
Recipients brett.cannon, gvanrossum, thomaslee
Date 2007-10-21.16:02:43
SpamBayes Score 0.03863459
Marked as misclassified No
Message-id <ca471dc20710210902o20606fcbr2166ca439017a45a@mail.gmail.com>
In-reply-to <1192932608.13.0.67340056363.issue1263@psf.upfronthosting.co.za>
Content
> Guido, what do you want to do about the struct module for the various
> string formats (i.e., c, s, p)?  Should they return str8 or Unicode?

Oh, tough call. I think they should return str8 (i.e. bytes after the
rename) because the encoding isn't known. Even though this will break
more code, since I'm sure there's lots of code out there that assumes
they return "text".
History
Date User Action Args
2007-10-21 16:02:44gvanrossumsetspambayes_score: 0.0386346 -> 0.03863459
recipients: + gvanrossum, brett.cannon, thomaslee
2007-10-21 16:02:44gvanrossumlinkissue1263 messages
2007-10-21 16:02:44gvanrossumcreate