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 effbot
Recipients effbot, flox, georg.brandl, pitrou, r.david.murray, scoder
Date 2010-03-11.22:03:34
SpamBayes Score 0.3745646
Marked as misclassified No
Message-id <1268345017.23.0.668251636636.issue8047@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import array
>>> array.array("i", [1, 2, 3]).tostring()
b'\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00'
History
Date User Action Args
2010-03-11 22:03:37effbotsetrecipients: + effbot, georg.brandl, pitrou, scoder, r.david.murray, flox
2010-03-11 22:03:37effbotsetmessageid: <1268345017.23.0.668251636636.issue8047@psf.upfronthosting.co.za>
2010-03-11 22:03:34effbotlinkissue8047 messages
2010-03-11 22:03:34effbotcreate