Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[3.8] bpo-39310: Update sys.float_info documentation #17982
Conversation
Specify that sys.float_info.min is only the minimum normalized float.
This comment has been minimized.
This comment has been minimized.
@mdickinson: I extracted the sys.float_info update from commit 0b2ab21. Would you mind to double check it? I removed references to math.ulp() since this PR is for Python 3.8. |
LGTM; it's definitely an improvement on the existing documentation. The wording for |
This comment has been minimized.
This comment has been minimized.
I have no idea how to explain it differently. So I let you propose another PR once this one is merged :-D |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 13, 2020
Thanks @vstinner for the PR |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 13, 2020
I'm having trouble backporting to |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 13, 2020
Thanks @vstinner for the PR |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 13, 2020
GH-17994 is a backport of this pull request to the 3.7 branch. |
vstinner commentedJan 13, 2020
•
edited by bedevere-bot
Specify that sys.float_info.min is only the minimum normalized float.
https://bugs.python.org/issue39310