]> granicus.if.org Git - python/commitdiff
Issue #23275: Don’t think this made it into alpha 1
authorMartin Panter <vadmium+py@gmail.com>
Wed, 18 May 2016 07:19:32 +0000 (07:19 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 18 May 2016 07:19:32 +0000 (07:19 +0000)
Misc/NEWS

index 213a864588097525d5d6a066534eb2b01fe03fc9..8cd2d2d8e0d7a5a0c8c554ec853b75efde9124d4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 2
 Core and Builtins
 -----------------
 
+- Issue #23275: Allow assigning to an empty target list in round brackets:
+  () = iterable.
+
 Library
 -------
 
@@ -22,9 +25,6 @@ Release date: 2016-05-16
 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