[issue8469] struct - please make sizes explicit

Mark Dickinson report at bugs.python.org
Tue Jun 15 10:53:02 CEST 2010


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

Thanks for the additional suggestions and patch.  I've implemented most of them in revisions r81992 through r81995.

I've left the note about 'native size and alignment':  native alignment *is* determined using sizeof, and I think this is important information.

I've also re-added the information that the 'f' and 'd' formats use IEEE binary32 and binary64, as a note to the format characters table.

And I've moved the information that the 'P' format is only available in native mode to the 'format characters' section.

Additional suggestions for improvments welcome!

----------
status: closed -> open

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


More information about the Python-bugs-list mailing list