Message168380
Martin v. L??wis <report@bugs.python.org> 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. |
|
Date |
User |
Action |
Args |
2012-08-16 12:25:04 | skrah | set | recipients:
+ skrah, loewis, teoliphant, ronaldoussoren, ncoghlan |
2012-08-16 12:25:03 | skrah | link | issue15625 messages |
2012-08-16 12:25:03 | skrah | create | |
|