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 mark.dickinson
Recipients collinwinter, eric.smith, gawain, gregory.p.smith, mark.dickinson, vstinner
Date 2009-09-13.10:19:10
SpamBayes Score 3.3027074e-08
Marked as misclassified No
Message-id <1252837154.82.0.115565974893.issue6713@psf.upfronthosting.co.za>
In-reply-to
Content
Barring objections, I plan to apply the 'long_decimal_conversion_py3k' 
patch to the py3k branch; I'll then backport to trunk.  This patch doesn't 
include Gawain's two-decimal-digits-at-a-time optimization;  after I've 
applied the patch, I'll have another look at that.

This would leave the non-binary-base code in _PyLong_Format unused.  I'll 
hold off on removing that code until the python-ideas thread on arbitrary-
base int -> string conversions has reached a conclusion.
History
Date User Action Args
2009-09-13 10:19:15mark.dickinsonsetrecipients: + mark.dickinson, collinwinter, gregory.p.smith, vstinner, eric.smith, gawain
2009-09-13 10:19:14mark.dickinsonsetmessageid: <1252837154.82.0.115565974893.issue6713@psf.upfronthosting.co.za>
2009-09-13 10:19:13mark.dickinsonlinkissue6713 messages
2009-09-13 10:19:12mark.dickinsoncreate