summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-09-30 00:13:32 (GMT)
committerLarry Hastings <larry@hastings.org>2013-09-30 00:13:32 (GMT)
commitd92af0f1d9087c3526ac470dafec1449404e40f9 (patch)
tree34352ef08a7b007967c12f7f2db01dfc1c469d46 /Misc/NEWS
parente9cbd181a20c667c7eda7c22774696501cfdc0f1 (diff)
parent5d23e6d54352db7c64d152dbabef798340127ccb (diff)
downloadcpython-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/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7d80dd..a5548377 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===================================