This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Alexander.Belopolsky, kiilerix, mark.dickinson
Date 2010-06-15.08:53:00
SpamBayes Score 0.051042076
Marked as misclassified No
Message-id <1276591982.59.0.81368403277.issue8469@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2010-06-15 08:53:03mark.dickinsonsetrecipients: + mark.dickinson, kiilerix, Alexander.Belopolsky
2010-06-15 08:53:02mark.dickinsonsetmessageid: <1276591982.59.0.81368403277.issue8469@psf.upfronthosting.co.za>
2010-06-15 08:53:00mark.dickinsonlinkissue8469 messages
2010-06-15 08:53:00mark.dickinsoncreate