Stefan Krah added the comment:

Martin v. L??wis <rep...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to