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, ronaldoussoren, skrah, teoliphant
Date 2012-08-16.11:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345118266.32.0.619459825785.issue15625@psf.upfronthosting.co.za>
In-reply-to
Content
#15035 indicates that there is a need for UCS-2 arrays, using 'u' arrays was technically incorrect, since it is based on Py_UNICODE, whereas the API in question uses UniChar (which apparently is a two-byte type).
History
Date User Action Args
2012-08-16 11:57:46loewissetrecipients: + loewis, teoliphant, ronaldoussoren, ncoghlan, skrah
2012-08-16 11:57:46loewissetmessageid: <1345118266.32.0.619459825785.issue15625@psf.upfronthosting.co.za>
2012-08-16 11:57:45loewislinkissue15625 messages
2012-08-16 11:57:45loewiscreate