summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-04-14 16:03:06 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-04-14 16:03:06 (GMT)
commit1bc53c6e0bae375a58286654d2e75126b11217c6 (patch)
tree45e94662fa477257c1dda7bf16dce9ea264ec7e3 /Misc
parenta5e27c6101cc23022a16e500e0e6be6cbf72848b (diff)
downloadcpython-1bc53c6e0bae375a58286654d2e75126b11217c6.zip
cpython-1bc53c6e0bae375a58286654d2e75126b11217c6.tar.gz
cpython-1bc53c6e0bae375a58286654d2e75126b11217c6.tar.bz2
Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0736f2e..7577f00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #23811: Add missing newline to the PyCompileError error message.
+ Patch by Alex Shkop.
+
- Issue #17898: Fix exception in gettext.py when parsing certain plural forms.
- Issue #23865: close() methods in multiple modules now are idempotent and more