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 serhiy.storchaka
Recipients Ramchandra Apte, amak, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, serhiy.storchaka, terry.reedy, tshepang
Date 2012-07-31.09:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343726035.19.0.910588390816.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
If this issue is not yet closed, here are a patch with few edits: using int.to_bytes/from_bytes instead struct.pack/unpack and using enumerate() instead range(len()).
History
Date User Action Args
2012-07-31 09:13:55serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, eli.bendersky, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek
2012-07-31 09:13:55serhiy.storchakasetmessageid: <1343726035.19.0.910588390816.issue14814@psf.upfronthosting.co.za>
2012-07-31 09:13:54serhiy.storchakalinkissue14814 messages
2012-07-31 09:13:54serhiy.storchakacreate