]> granicus.if.org Git - python/commitdiff
Issue #26020: Add news entry
authorRaymond Hettinger <python@rcn.com>
Thu, 8 Sep 2016 22:27:27 +0000 (15:27 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 8 Sep 2016 22:27:27 +0000 (15:27 -0700)
Misc/NEWS

index 21cca5b688a76269629dbd153c8f0fd8def308eb..31a91bf70bf737fac53e8cd0246960a9b66b3c19 100644 (file)
--- 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.