(original) (raw)

changeset: 103376:aa2bf603a9bd branch: 2.7 user: Raymond Hettinger python@rcn.com date: Thu Sep 08 15:27:27 2016 -0700 files: Misc/NEWS description: Issue #26020: Add news entry diff -r a8d504600c18 -r aa2bf603a9bd Misc/NEWS --- a/Misc/NEWS Thu Sep 08 15:25:19 2016 -0700 +++ b/Misc/NEWS Thu Sep 08 15:27:27 2016 -0700 @@ -14,6 +14,8 @@ - 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. /python@rcn.com