commit | b4f968e0947c0c090c5cf7d8b9ed614f9050a0f4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Aug 10 11:57:55 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 10 19:57:55 2022 +0100 |
tree | b6a0785285615ab59385529e81b14e9270ed74d1 | |
parent | 346aa78af4145135465d68a3b647d55e7366d0b2 [diff] |
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665) (GH-95859) This PR fixes the error message from float(s) in the case where s contains only whitespace. (cherry picked from commit 97e9cfa75a80b54a0630b7371f35e368a12749d1) Co-authored-by: Mark Dickinson <dickinsm@gmail.com>