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 gvanrossum
Recipients eric.smith, ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.18:18:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387217884.63.0.891297188072.issue19995@psf.upfronthosting.co.za>
In-reply-to
Content
Not so fast.  Currently, even in Python 3, '%d' % 3.14 returns '3'.  "Fixing" this will likely break a huge amount of code.
History
Date User Action Args
2013-12-16 18:18:04gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, skrah, ethan.furman, serhiy.storchaka
2013-12-16 18:18:04gvanrossumsetmessageid: <1387217884.63.0.891297188072.issue19995@psf.upfronthosting.co.za>
2013-12-16 18:18:04gvanrossumlinkissue19995 messages
2013-12-16 18:18:04gvanrossumcreate