diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 15:57:55 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 15:57:55 (GMT) |
commit | 34c9be7ebdc135e38914d161b028f5b56bf00642 (patch) | |
tree | d44448c5854bc6112ba2a35dc6604e65d64414eb /Misc/NEWS | |
parent | b3c30d91143be72a05a02b9eb5f7b2e670450288 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |