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 vstinner
Recipients collinwinter, eric.smith, gawain, gregory.p.smith, mark.dickinson, vstinner
Date 2009-09-10.22:40:23
SpamBayes Score 0.0049868333
Marked as misclassified No
Message-id <1252622425.01.0.956301974576.issue6713@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the following comment in patch3:
/* convert: base 2 in pin -> base 10 in pout */

I  think that pin base is 2^30 / 2^15 and pout base is 10^9 / 10 ^ 4, not 10.
History
Date User Action Args
2009-09-10 22:40:26vstinnersetrecipients: + vstinner, collinwinter, gregory.p.smith, mark.dickinson, eric.smith, gawain
2009-09-10 22:40:25vstinnersetmessageid: <1252622425.01.0.956301974576.issue6713@psf.upfronthosting.co.za>
2009-09-10 22:40:23vstinnerlinkissue6713 messages
2009-09-10 22:40:23vstinnercreate