commit | 1bc53c6e0bae375a58286654d2e75126b11217c6 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Tue Apr 14 19:03:06 2015 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Tue Apr 14 19:03:06 2015 +0300 |
tree | 45e94662fa477257c1dda7bf16dce9ea264ec7e3 | |
parent | a5e27c6101cc23022a16e500e0e6be6cbf72848b [diff] [blame] |
Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop.
diff --git a/Misc/NEWS b/Misc/NEWS index 0736f2e..7577f00 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ 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