From: Kristjan Valur Jonsson Date: Tue, 26 Mar 2013 13:56:14 +0000 (+0000) Subject: Issue #16475: Add a whatsnew entry for 3.4 X-Git-Tag: v3.4.0a1~1084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1e8244afaef671d685d7d171288effa00f2c1b9;p=python Issue #16475: Add a whatsnew entry for 3.4 --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 30d3e705bd..d2b826f6f5 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 . Significantly Improved Library Modules: