[issue37973] improve docstrings of sys.float_info

Sergey Fedoseev report at bugs.python.org
Wed Aug 28 23:16:57 EDT 2019


New submission from Sergey Fedoseev <fedoseev.sergey at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 350703
nosy: docs at python, sir-sigurd
priority: normal
severity: normal
status: open
title: improve docstrings of sys.float_info
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37973>
_______________________________________


More information about the Python-bugs-list mailing list