From: Berker Peksag Date: Tue, 14 Apr 2015 15:58:45 +0000 (+0300) Subject: Issue #23811: Add missing newline to the PyCompileError error message. X-Git-Tag: v3.5.0a4~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=012e287081f85feebe0a49c73de8b4a84f0a1b02;p=python Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop. --- 012e287081f85feebe0a49c73de8b4a84f0a1b02 diff --cc Misc/NEWS index 9f60a3e25e,7370cb1609..5e4706bba5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -31,8 -29,10 +31,11 @@@ Core and Builtin 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 #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.