From: Larry Hastings Date: Mon, 30 Sep 2013 00:13:32 +0000 (+0100) Subject: Merge 3.4.0a3 release changes. X-Git-Tag: v3.4.0a4~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d92af0f1d9087c3526ac470dafec1449404e40f9;p=thirdparty%2FPython%2Fcpython.git Merge 3.4.0a3 release changes. --- d92af0f1d9087c3526ac470dafec1449404e40f9 diff --cc Misc/NEWS index b7d80dd50434,8e28b017aab0..a5548377baa6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,24 -10,23 +13,41 @@@ Core and Builtin Library ------- + - Issue #5845: In site.py, only load readline history from ~/.python_history + if no history has been read already. This avoids double writes to the + history file at shutdown. + + - Properly initialize all fields of a SSL object after allocation. + + - Issue #19095: SSLSocket.getpeercert() now raises ValueError when the + SSL handshake hasn't been done. + + - Issue #4366: Fix building extensions on all platforms when --enable-shared + is used. + ++Build ++----- ++ ++- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010. ++ + +What's New in Python 3.4.0 Alpha 3? +=================================== + +Release date: 2013-09-29 + + +Core and Builtins +----------------- + +- Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. + +- Issue #19098: Prevent overflow in the compiler when the recursion limit is set + absurdly high. + +Library +------- + - Issue #18950: Fix miscellaneous bugs in the sunau module. Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now