diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-07-09 12:09:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 12:09:35 (GMT) |
commit | cf7303ed2aa19fb48687d7140dbc86fc23c9fca4 (patch) | |
tree | 201461fe60186fd1ceca58573eacf76fd4e8aa16 /Misc/NEWS.d | |
parent | 2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d (diff) | |
download | cpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.zip cpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.tar.gz cpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.tar.bz2 |
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-04-18-14-17-44.bpo-33305.9z3dDH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-18-14-17-44.bpo-33305.9z3dDH.rst b/Misc/NEWS.d/next/Core and Builtins/2018-04-18-14-17-44.bpo-33305.9z3dDH.rst new file mode 100644 index 0000000..cae2f7f --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-04-18-14-17-44.bpo-33305.9z3dDH.rst @@ -0,0 +1 @@ +Improved syntax error messages for invalid numerical literals. |