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 Christian.Iversen
Recipients Christian.Iversen, docs@python, eric.araujo, eric.smith, mark.dickinson
Date 2011-11-21.10:03:04
SpamBayes Score 2.5413005e-12
Marked as misclassified No
Message-id <1321869785.22.0.201160047082.issue13433@psf.upfronthosting.co.za>
In-reply-to
Content
Certainly, I don't think we should be peppering the docs with warnings and notes, either.

However, the elements in question _already have_ notes. I propose that the note for %g (4) simply be updated for clarity. Something like this, perhaps:

"""Unlike the other floating-point formats, the precision determines the number of significant digits before and after the decimal point and defaults to 6."""

Simply adding "Unlike the other floating-point formats," at the beginning of the second line makes it much clearer that this is a different beast.

If you feel that is not the right solution, then feel free to close this issue.
History
Date User Action Args
2011-11-21 10:03:05Christian.Iversensetrecipients: + Christian.Iversen, mark.dickinson, eric.smith, eric.araujo, docs@python
2011-11-21 10:03:05Christian.Iversensetmessageid: <1321869785.22.0.201160047082.issue13433@psf.upfronthosting.co.za>
2011-11-21 10:03:04Christian.Iversenlinkissue13433 messages
2011-11-21 10:03:04Christian.Iversencreate