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 cmcqueen1975
Recipients cmcqueen1975
Date 2010-06-24.04:58:26
SpamBayes Score 0.0023785082
Marked as misclassified No
Message-id <1277355510.37.0.62223618655.issue9066@psf.upfronthosting.co.za>
In-reply-to
Content
The type codes for array.array are platform-dependent.

The type codes are similar to those for the struct module. It would be helpful for array.array to adopt the struct module's "=" format specifier prefix, to specify "standard" sizes. E.g.

    array_object = array.array("=L")  # 4-byte elements on all platforms
History
Date User Action Args
2010-06-24 04:58:31cmcqueen1975setrecipients: + cmcqueen1975
2010-06-24 04:58:30cmcqueen1975setmessageid: <1277355510.37.0.62223618655.issue9066@psf.upfronthosting.co.za>
2010-06-24 04:58:28cmcqueen1975linkissue9066 messages
2010-06-24 04:58:27cmcqueen1975create