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 christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-11.02:24:17
SpamBayes Score 0.0022530863
Marked as misclassified No
Message-id <1226370258.1.0.546012744053.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of sys.int_info, but I would prefer a "base" attribute 
than "bits_per_digit". A base different than 2^n might be used (eg. a 
base like 10^n for fast conversion from/to string).
History
Date User Action Args
2008-11-11 02:24:18vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes
2008-11-11 02:24:18vstinnersetmessageid: <1226370258.1.0.546012744053.issue4258@psf.upfronthosting.co.za>
2008-11-11 02:24:17vstinnerlinkissue4258 messages
2008-11-11 02:24:17vstinnercreate