cpython/Misc/NEWS.d/next/Core and Builtins/2022-08-04-18-46-54.gh-issue-95605.FbpCoG.rst
Mark Dickinson 97e9cfa75a
gh-95605: Fix float(s) error message when s contains only whitespace (GH-95665)
This PR fixes the error message from float(s) in the case where s contains only whitespace.
2022-08-10 19:25:39 +01:00

2 lines
101 B
ReStructuredText

Fix misleading contents of error message when converting an all-whitespace
string to :class:`float`.