summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-04-14 15:57:55 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-04-14 15:57:55 (GMT)
commit34c9be7ebdc135e38914d161b028f5b56bf00642 (patch)
treed44448c5854bc6112ba2a35dc6604e65d64414eb /Misc/NEWS
parentb3c30d91143be72a05a02b9eb5f7b2e670450288 (diff)
downloadcpython-34c9be7ebdc135e38914d161b028f5b56bf00642.zip
cpython-34c9be7ebdc135e38914d161b028f5b56bf00642.tar.gz
cpython-34c9be7ebdc135e38914d161b028f5b56bf00642.tar.bz2
Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4949d66..7370cb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,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 #22982: Improve BOM handling when seeking to multiple positions of