diff options
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst deleted file mode 100644 index 245bda5..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2021-03-05-17-23-36.bpo-43410.lCzIg0.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix a bug that was causing the parser to crash when emiting syntax errors -when reading input from stdin. Patch by Pablo Galindo |