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 rz
Recipients rz, skrah
Date 2013-06-09.06:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370758619.4.0.206937010847.issue18169@psf.upfronthosting.co.za>
In-reply-to
Content
You are correct - the documentation is right: 
"Format characters have the following meaning; the conversion between C and Python values should be obvious given their types. The ‘Standard size’ column refers to the size of the packed value in bytes when using standard size; that is, when the format string starts with one of '<', '>', '!' or '='. When using native size, the size of the packed value is platform-dependent."

So indeed, there is no problem - just my own misinterpretation of the docs...
History
Date User Action Args
2013-06-09 06:16:59rzsetrecipients: + rz, skrah
2013-06-09 06:16:59rzsetmessageid: <1370758619.4.0.206937010847.issue18169@psf.upfronthosting.co.za>
2013-06-09 06:16:59rzlinkissue18169 messages
2013-06-09 06:16:59rzcreate