From 3974d6abb200a42b11eb8c9a2522c9d11d611b23 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 12 Oct 2013 22:26:28 +0200 Subject: [PATCH] Forgot NEWS entry for previous commit. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index cef326d4807d..19cdb6bf2d3d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ Projected release date: 2013-10-20 Core and Builtins ----------------- +- Issue #19219: Speed up marshal.loads(), and make pyc files slightly + (5% to 10%) smaller. + - Issue #19221: Upgrade Unicode database to version 6.3.0. - Issue #16742: The result of the C callback PyOS_ReadlineFunctionPointer must -- 2.47.3