From: Raymond Hettinger Date: Thu, 8 Sep 2016 22:27:27 +0000 (-0700) Subject: Issue #26020: Add news entry X-Git-Tag: v2.7.13rc1~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a661009e3752365925a7131bda684d18dcd232ff;p=python Issue #26020: Add news entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 21cca5b688..31a91bf70b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,6 +14,8 @@ Core and Builtins - Issue #26307: The profile-opt build now applys PGO to the built-in modules. +- Issue #26020: set literal evaluation order did not match documented behaviour. + - Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.