From: Nick Coghlan Date: Wed, 8 Mar 2017 11:03:04 +0000 (+1000) Subject: bpo-29537: Also cover 3.5.2 in NEWS entry X-Git-Tag: v3.5.4rc1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0410bee6e6c87f37e91f6cae3627d8e3704075f1;p=python bpo-29537: Also cover 3.5.2 in NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 82f9f9a1f5..42a3b026bb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,7 @@ Core and Builtins ----------------- - Issue #29537: Restore runtime compatibility with bytecode files generated by - CPython 3.5.0 and 3.5.1, and adjust the eval loop to avoid the problems that + CPython 3.5.0 to 3.5.2, and adjust the eval loop to avoid the problems that could be caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL opcode that they may contain. Patch by Petr Viktorin, Serhiy Storchaka, and Nick Coghlan.