[issue13072] Getting a buffer from a Unicode array uses invalid format

Stefan Krah report at bugs.python.org
Sun Aug 19 16:07:39 CEST 2012


Stefan Krah added the comment:

Since actual removal is only scheduled for 4.0, I think user warnings
can wait until 3.4.

By then, we should have sorted out the struct format codes. In this
scenario we would be sort of forced to use 'C', 'U' and 'W' as the
new codes, while 'u' and 'w' would continue to linger in the array
module for a while.

----------

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


More information about the Python-bugs-list mailing list