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 sir-sigurd
Recipients docs@python, sir-sigurd
Date 2019-08-29.03:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567048617.81.0.748558704563.issue37973@roundup.psfhosted.org>
In-reply-to
Content
In [8]: help(sys.float_info)

...

 |  
 |  dig
 |      DBL_DIG -- digits
 |

This is not very helpful, https://docs.python.org/3/library/sys.html#sys.float_info is more verbose, so probably docstrings should be updated from where.
History
Date User Action Args
2019-08-29 03:16:57sir-sigurdsetrecipients: + sir-sigurd, docs@python
2019-08-29 03:16:57sir-sigurdsetmessageid: <1567048617.81.0.748558704563.issue37973@roundup.psfhosted.org>
2019-08-29 03:16:57sir-sigurdlinkissue37973 messages
2019-08-29 03:16:57sir-sigurdcreate