diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-18 07:19:32 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-18 07:19:32 (GMT) |
commit | 9ef6b7fbde1fb09a0b4f548880e4160926c39c0f (patch) | |
tree | 4d94ff384657bd83ca3659b070ffc19dc21d274d /Misc | |
parent | 094c9c921cc889f1aac99bbcc26b70b19f8ef1d9 (diff) | |
download | cpython-9ef6b7fbde1fb09a0b4f548880e4160926c39c0f.zip cpython-9ef6b7fbde1fb09a0b4f548880e4160926c39c0f.tar.gz cpython-9ef6b7fbde1fb09a0b4f548880e4160926c39c0f.tar.bz2 |
Issue #23275: Don’t think this made it into alpha 1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |