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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to