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 ezio.melotti, jcea, mjacob, python-dev, vstinner
Date 2013-02-25.23:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361835077.83.0.116326213149.issue17223@psf.upfronthosting.co.za>
In-reply-to
Content
> I think this should be updated to work with the PEP 393 implementation, rather than raising an error.

It was discussed to add new formats for UCS1, UCS2 and UCS4 formats to the array module, but nobody implemented the idea. The "u" format is kept unchanged (use Py_UNICODE / wchar_t) for backward compatibility with Python 3.2.

--

I found another bug while trying Manuel's patch :-/ It's now fixed.

@Manuel: Thanks for your patch!
History
Date User Action Args
2013-02-25 23:31:17vstinnersetrecipients: + vstinner, jcea, ezio.melotti, python-dev, mjacob
2013-02-25 23:31:17vstinnersetmessageid: <1361835077.83.0.116326213149.issue17223@psf.upfronthosting.co.za>
2013-02-25 23:31:17vstinnerlinkissue17223 messages
2013-02-25 23:31:17vstinnercreate