From a661009e3752365925a7131bda684d18dcd232ff Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 8 Sep 2016 15:27:27 -0700 Subject: [PATCH] Issue #26020: Add news entry --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.1