[docs] [issue21071] struct.Struct.format is bytes, but should be str

STINNER Victor report at bugs.python.org
Thu Dec 18 00:56:28 CET 2014


STINNER Victor added the comment:

> It would be backwards incompatible to change, though.

I'm in favor of breaking the compatibility with Python 3.4 and return the format as an Unicode string.

----------
nosy: +haypo

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


More information about the docs mailing list