diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-11-20 18:28:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 18:28:28 (GMT) |
commit | 81f4e116ef7d30ef6e2041c2d6cf29af511a3a02 (patch) | |
tree | 73b411df7a7dc4c50c78b0fa19e063d1bdbd72f1 /Misc | |
parent | 7a1d9325287a39528b795b1e8037146777abfe3e (diff) | |
download | cpython-81f4e116ef7d30ef6e2041c2d6cf29af511a3a02.zip cpython-81f4e116ef7d30ef6e2041c2d6cf29af511a3a02.tar.gz cpython-81f4e116ef7d30ef6e2041c2d6cf29af511a3a02.tar.bz2 |
bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst new file mode 100644 index 0000000..4b31414 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-20-02-25-06.bpo-45811.B-1Gsr.rst @@ -0,0 +1,2 @@ +Improve the tokenizer errors when encountering invisible control characters +in the parser. Patch by Pablo Galindo |