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 alexandre.vassalotti
Recipients alexandre.vassalotti, benjamin.peterson, gvanrossum, hniksic, jcea, loewis, rhettinger
Date 2008-08-14.06:21:36
SpamBayes Score 0.0006027321
Marked as misclassified No
Message-id <1218694913.55.0.0621802710444.issue2389@psf.upfronthosting.co.za>
In-reply-to
Content
I'm all in for a standardized representation of array's pickles (with
width and endianness preserved). However to happen, we will either need
to change array's constructor to support at least the byte-order
specification (like struct) or add built-in support for array in the
pickle module (which could be done without modifying the pickle protocol).
History
Date User Action Args
2008-08-14 06:21:53alexandre.vassalottisetrecipients: + alexandre.vassalotti, gvanrossum, loewis, rhettinger, jcea, hniksic, benjamin.peterson
2008-08-14 06:21:53alexandre.vassalottisetmessageid: <1218694913.55.0.0621802710444.issue2389@psf.upfronthosting.co.za>
2008-08-14 06:21:37alexandre.vassalottilinkissue2389 messages
2008-08-14 06:21:36alexandre.vassalotticreate