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 skrah
Recipients loewis, ncoghlan, ronaldoussoren, skrah, teoliphant
Date 2012-08-16.12:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Martin v. L??wis <[email protected]> wrote:
> #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).

Right, thanks for clearing that up. Then #15035 would indeed support deprecating
'u' and 'w' and moving on to UCS2 and UCS4 arrays.
History
Date User Action Args
2012-08-16 12:25:04skrahsetrecipients: + skrah, loewis, teoliphant, ronaldoussoren, ncoghlan
2012-08-16 12:25:03skrahlinkissue15625 messages
2012-08-16 12:25:03skrahcreate