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 eric.smith
Recipients Barium, docs@python, eric.smith, mark.dickinson
Date 2014-10-03.11:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412334373.25.0.771586169729.issue22546@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a result of changing the precision of str() to match repr().

2.7 prints:
'3.14159265359'
History
Date User Action Args
2014-10-03 11:06:13eric.smithsetrecipients: + eric.smith, mark.dickinson, docs@python, Barium
2014-10-03 11:06:13eric.smithsetmessageid: <1412334373.25.0.771586169729.issue22546@psf.upfronthosting.co.za>
2014-10-03 11:06:13eric.smithlinkissue22546 messages
2014-10-03 11:06:13eric.smithcreate