[Python-checkins] cpython: Issue #23275: Don’t think this made it into alpha 1

martin.panter python-checkins at python.org
Wed May 18 03:19:51 EDT 2016


https://hg.python.org/cpython/rev/d3a75daf61e1
changeset:   101425:d3a75daf61e1
user:        Martin Panter <vadmium+py at gmail.com>
date:        Wed May 18 07:19:32 2016 +0000
summary:
  Issue #23275: Don’t think this made it into alpha 1

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list