Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprises[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