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 eric.smith, mark.dickinson, rhettinger
Date 2009-10-13.08:30:22
SpamBayes Score 4.255362e-07
Marked as misclassified No
Message-id <1255422627.02.0.320602122006.issue7117@psf.upfronthosting.co.za>
In-reply-to
Content
See the thread starting at:

http://mail.python.org/pipermail/python-dev/2009-October/092958.html

Eric suggested that we don't need a separate branch for this; sounds
fine to me.  It should still be possible to do the backport in stages,
though.  Something like the following?

(1) Check in David Gay's code plus necessary build changes,
configuration steps, etc;  conversions still use the old code.

(2) Switch to using the new code for float -> string (str, repr, float
formatting) and string -> float conversions (float, complex
constructors, numeric literals in Python code).  [Substeps?]

(3) Fix up builtin round function to use the new code.

(4) Make any necessary fixes to the documentation.  (Raymond, I assume
you'll take care of the whatsnew changes when the time comes?)

(1), (3) and (4) should be straightforward.  (2) is where most of the
work is, I think.  I think it should be possible to do the stage (2)
work in pieces without breaking too much.
History
Date User Action Args
2009-10-13 08:30:27mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith
2009-10-13 08:30:27mark.dickinsonsetmessageid: <1255422627.02.0.320602122006.issue7117@psf.upfronthosting.co.za>
2009-10-13 08:30:24mark.dickinsonlinkissue7117 messages
2009-10-13 08:30:22mark.dickinsoncreate