diff options
author | Larry Hastings <larry@hastings.org> | 2013-09-30 00:13:32 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-09-30 00:13:32 (GMT) |
commit | d92af0f1d9087c3526ac470dafec1449404e40f9 (patch) | |
tree | 34352ef08a7b007967c12f7f2db01dfc1c469d46 /Misc/NEWS | |
parent | e9cbd181a20c667c7eda7c22774696501cfdc0f1 (diff) | |
parent | 5d23e6d54352db7c64d152dbabef798340127ccb (diff) | |
download | cpython-d92af0f1d9087c3526ac470dafec1449404e40f9.zip cpython-d92af0f1d9087c3526ac470dafec1449404e40f9.tar.gz cpython-d92af0f1d9087c3526ac470dafec1449404e40f9.tar.bz2 |
Merge 3.4.0a3 release changes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,6 +13,23 @@ Core and Builtins 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? =================================== |