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 loewis
Recipients loewis, ncoghlan, skrah, teoliphant
Date 2012-08-15.19:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345058836.7.0.796265971147.issue15625@psf.upfronthosting.co.za>
In-reply-to
Content
Travis: can you please comment on what the intended semantics of the 'u' and 'w' specifiers is, in PEP 3118? More specifically:

- "an array/memoryview with format 'u' can support exactly one-character values (i.e. unicode strings of length 1)": true or false?
- "in a struct, an element of type 'u' will use up two bytes exactly (ignoring padding)": true or false?
History
Date User Action Args
2012-08-15 19:27:16loewissetrecipients: + loewis, teoliphant, ncoghlan, skrah
2012-08-15 19:27:16loewissetmessageid: <1345058836.7.0.796265971147.issue15625@psf.upfronthosting.co.za>
2012-08-15 19:27:15loewislinkissue15625 messages
2012-08-15 19:27:15loewiscreate