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 josiahcarlson
Recipients bob.ippolito, josiahcarlson, loewis, mark.dickinson, mwh, pitrou, rhettinger, tim.peters
Date 2008-06-11.14:47:14
SpamBayes Score 0.15670007
Marked as misclassified No
Message-id <1213195635.16.0.518054680054.issue1023290@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't about packing arrays of long integers in an array.  I know
the discussion is old, and I know the discussion is long, and honestly,
I don't really need this particular functionality anymore (in the struct
module in particular), but I still believe that being able to pack and
unpack arbitrarily lengthed integers is useful.

What is interesting is that this functionality was supposed to be in
binascii years ago (which I resolved to myself as being sufficient), yet
currently is not.
History
Date User Action Args
2008-06-11 14:47:15josiahcarlsonsetspambayes_score: 0.1567 -> 0.15670007
recipients: + josiahcarlson, mwh, tim.peters, loewis, rhettinger, bob.ippolito, mark.dickinson, pitrou
2008-06-11 14:47:15josiahcarlsonsetspambayes_score: 0.1567 -> 0.1567
messageid: <1213195635.16.0.518054680054.issue1023290@psf.upfronthosting.co.za>
2008-06-11 14:47:14josiahcarlsonlinkissue1023290 messages
2008-06-11 14:47:14josiahcarlsoncreate