changeset: 101425:d3a75daf61e1 user: Martin Panter date: Wed May 18 07:19:32 2016 +0000 files: Misc/NEWS description: Issue #23275: Don’t think this made it into alpha 1 diff -r 8a0754fed986 -r d3a75daf61e1 Misc/NEWS --- a/Misc/NEWS Wed May 18 08:44:29 2016 +0300 +++ b/Misc/NEWS Wed May 18 07:19:32 2016 +0000 @@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #23275: Allow assigning to an empty target list in round brackets: + () = iterable. + Library ------- @@ -22,9 +25,6 @@ Core and Builtins ----------------- -- Issue #23275: Allow assigning to an empty target list in round brackets: - () = iterable. - - Issue #26991: Fix possible refleak when creating a function with annotations. - Issue #27039: Fixed bytearray.remove() for values greater than 127. Based on