summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristjan Valur Jonsson <sweskman@gmail.com>2013-03-26 13:56:14 (GMT)
committerKristjan Valur Jonsson <sweskman@gmail.com>2013-03-26 13:56:14 (GMT)
commita1e8244afaef671d685d7d171288effa00f2c1b9 (patch)
treef6f7c817457d70a5081a6b7cd69aab8c5b6349ad
parentee6c5bd35b02fb1a5597b9c92ac703f5faf0c48e (diff)
downloadcpython-a1e8244afaef671d685d7d171288effa00f2c1b9.zip
cpython-a1e8244afaef671d685d7d171288effa00f2c1b9.tar.gz
cpython-a1e8244afaef671d685d7d171288effa00f2c1b9.tar.bz2
Issue #16475: Add a whatsnew entry for 3.4
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 30d3e70..d2b826f 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -81,7 +81,7 @@ For full details, see the
Summary -- Release highlights
=============================
-.. This section singles out the most important changes in Python 3.3.
+.. This section singles out the most important changes in Python 3.4.
Brevity is key.
New syntax features:
@@ -98,7 +98,7 @@ New built-in features:
Implementation improvements:
-* None yet.
+* A more efficient :mod:`marshal` format <http://bugs.python.org/issue16475>.
Significantly Improved Library Modules: