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 lebigot
Recipients docs@python, eric.smith, lebigot, mark.dickinson
Date 2014-04-11.02:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397184088.99.0.684159332077.issue21195@psf.upfronthosting.co.za>
In-reply-to
Content
The Python 2.7 goes even as far as to say that format(1e10, ' ') should give "the same as" format(1e10, ' g') (not something "similar to g"), which is obviously incorrect.

If the Python 3.4 documentation for the empty presentation type of floats were used in the Python 2.7 documentation, it would be closer to the real behavior of Python 2.7, so that would be an improvement.

Now, the real question is whether the Python 3.4 documentation applies exactly to Python 2.7, here, or whether improving the Python 2.7 documentation would require a different description.
History
Date User Action Args
2014-04-11 02:41:29lebigotsetrecipients: + lebigot, mark.dickinson, eric.smith, docs@python
2014-04-11 02:41:29lebigotsetmessageid: <1397184088.99.0.684159332077.issue21195@psf.upfronthosting.co.za>
2014-04-11 02:41:28lebigotlinkissue21195 messages
2014-04-11 02:41:27lebigotcreate