summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-07-09 12:09:35 (GMT)
committerGitHub <noreply@github.com>2018-07-09 12:09:35 (GMT)
commitcf7303ed2aa19fb48687d7140dbc86fc23c9fca4 (patch)
tree201461fe60186fd1ceca58573eacf76fd4e8aa16 /Misc
parent2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d (diff)
downloadcpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.zip
cpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.tar.gz
cpython-cf7303ed2aa19fb48687d7140dbc86fc23c9fca4.tar.bz2
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-04-18-14-17-44.bpo-33305.9z3dDH.rst1
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.