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 gpolo
Recipients alex_python_org, gpolo
Date 2009-01-11.19:47:58
SpamBayes Score 0.15772687
Marked as misclassified No
Message-id <1231703279.37.0.198008196241.issue4913@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, yes :) But in the other case (the one where it is currently
multiplied) the multiplication happens because data is formatted to
either bytes, shorts or longs, so without the multiplication data length
would end up being divided by 1, 2 or 4.

So, besides the extras "if" statements all is good.
History
Date User Action Args
2009-01-11 19:47:59gpolosetrecipients: + gpolo, alex_python_org
2009-01-11 19:47:59gpolosetmessageid: <1231703279.37.0.198008196241.issue4913@psf.upfronthosting.co.za>
2009-01-11 19:47:58gpololinkissue4913 messages
2009-01-11 19:47:58gpolocreate