[issue15540] Python 3.3 and numpy

Antoine Pitrou report at bugs.python.org
Fri Aug 3 00:28:03 CEST 2012


Antoine Pitrou added the comment:

Agreed with Martin. Byte-swapped unicode data in unicode objects doesn't make sense, since it will break the semantics of many operations. If numpy wants to support byte-swapped unicode data (what for?), they should store it in a different object type.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15540>
_______________________________________


More information about the Python-bugs-list mailing list