[issue3132] implement PEP 3118 struct changes

Mark Dickinson report at bugs.python.org
Thu May 20 19:33:58 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

(whoops -- used unsigned struct codes to correspond to signed C types there;  but it shouldn't make any difference to the sizes and padding).

> I am tempted to suggest that we just go back to having one specifier at the beginning of the string :).  Things seem to be getting complicate without any clear benefits.

Agreed.  Though if anyone following this issue wants to make the case that there are benefits to being able to change the endianness midway through a string, please do so!

----------

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


More information about the Python-bugs-list mailing list