diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 16:03:06 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 16:03:06 (GMT) |
commit | 1bc53c6e0bae375a58286654d2e75126b11217c6 (patch) | |
tree | 45e94662fa477257c1dda7bf16dce9ea264ec7e3 /Misc | |
parent | a5e27c6101cc23022a16e500e0e6be6cbf72848b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |