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 serhiy.storchaka
Recipients amaury.forgeotdarc, barry, cvrebert, eli.bendersky, eric.snow, ethan.furman, ezio.melotti, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2016-04-09.10:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460196363.48.0.347398118701.issue26719@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch provide more efficient solution of issue18264. Instead of creating new int or float object and then converting it to string, the patch directly uses functions that does int and float conversion to string.
History
Date User Action Args
2016-04-09 10:06:03serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, rhettinger, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, ezio.melotti, eli.bendersky, cvrebert, ethan.furman, python-dev, eric.snow
2016-04-09 10:06:03serhiy.storchakasetmessageid: <1460196363.48.0.347398118701.issue26719@psf.upfronthosting.co.za>
2016-04-09 10:06:03serhiy.storchakalinkissue26719 messages
2016-04-09 10:06:03serhiy.storchakacreate