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 vstinner
Recipients mark.dickinson, meador.inge, pitrou, skrah, vstinner
Date 2012-08-01.10:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343816385.02.0.907423918004.issue13072@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch reverting changes of the PEP 393, as suggested by Martin von Loewis. With the patch, array uses Py_UNICODE* type for the 'u' format. So array.array('u', '\u0010ffff')[0] should return '\uDBFF' on Windows.
History
Date User Action Args
2012-08-01 10:19:45vstinnersetrecipients: + vstinner, mark.dickinson, pitrou, skrah, meador.inge
2012-08-01 10:19:45vstinnersetmessageid: <1343816385.02.0.907423918004.issue13072@psf.upfronthosting.co.za>
2012-08-01 10:19:44vstinnerlinkissue13072 messages
2012-08-01 10:19:43vstinnercreate