]> granicus.if.org Git - python/commitdiff
Issue #16475: Add a whatsnew entry for 3.4
authorKristjan Valur Jonsson <sweskman@gmail.com>
Tue, 26 Mar 2013 13:56:14 +0000 (13:56 +0000)
committerKristjan Valur Jonsson <sweskman@gmail.com>
Tue, 26 Mar 2013 13:56:14 +0000 (13:56 +0000)
Doc/whatsnew/3.4.rst

index 30d3e705bd3b80d9f9af059ee544cef40047a1e2..d2b826f6f523d3a75fa53c32880bc04f0cfb6fb8 100644 (file)
@@ -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: