From: Larry Hastings Date: Mon, 22 Sep 2014 14:21:08 +0000 (+0100) Subject: Merge. X-Git-Tag: v3.5.0a1~880^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2887f76d4512283cf332ca22bef19bc86f4a3147;p=python Merge. --- 2887f76d4512283cf332ca22bef19bc86f4a3147 diff --cc Misc/NEWS index c6107d58d1,9b216f1820..5cdb5bd96c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -5,19 -5,7 +5,28 @@@ Python New What's New in Python 3.4.2? =========================== -Release date: XXXX-XX-XX +Release date: 2014-10-06 + +Core and Builtins +----------------- + +Library +------- + ++- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re ++ module. Removed trailing spaces in debugging output. ++ ++- Issue #22423: Unhandled exception in thread no longer causes unhandled ++ AttributeError when sys.stderr is None. ++ ++- Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects ++ line buffering, rather than block buffering. Patch by Akira Li. ++ + +What's New in Python 3.4.2rc1? +============================== + +Release date: 2014-09-22 Core and Builtins -----------------