]> granicus.if.org Git - python/commit
Issue #23811: Add missing newline to the PyCompileError error message.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Apr 2015 16:03:06 +0000 (19:03 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Apr 2015 16:03:06 +0000 (19:03 +0300)
commit1bc53c6e0bae375a58286654d2e75126b11217c6
tree45e94662fa477257c1dda7bf16dce9ea264ec7e3
parenta5e27c6101cc23022a16e500e0e6be6cbf72848b
Issue #23811: Add missing newline to the PyCompileError error message.

Patch by Alex Shkop.
Lib/py_compile.py
Misc/NEWS