mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This PR fixes the error message from float(s) in the case where s contains only whitespace.
2 lines
101 B
ReStructuredText
2 lines
101 B
ReStructuredText
Fix misleading contents of error message when converting an all-whitespace
|
|
string to :class:`float`.
|