]> granicus.if.org Git - python/commitdiff
Issue #23811: Add missing newline to the PyCompileError error message.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Apr 2015 15:58:45 +0000 (18:58 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Apr 2015 15:58:45 +0000 (18:58 +0300)
Patch by Alex Shkop.

1  2 
Lib/py_compile.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 9f60a3e25e9027b9f6411ecddeccb4a2c5958afa,7370cb16098c0bf76b3162b8b583b77b6307ce74..5e4706bba524bccdca8b8ebc215f245c118470ab
+++ b/Misc/NEWS
@@@ -31,8 -29,10 +31,11 @@@ Core and Builtin
  Library
  -------
  
 -- Issue #17898: Fix exception in gettext.py when parsing certain plural forms.
+ - Issue #23811: Add missing newline to the PyCompileError error message.
+   Patch by Alex Shkop.
 +- Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
 +  array that's larger than 50% of the available RAM.  Patch by Médéric Boquien.
  
  - Issue #22982: Improve BOM handling when seeking to multiple positions of
    a writable text file.