mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #23275: Don’t think this made it into alpha 1
This commit is contained in:
parent
094c9c921c
commit
9ef6b7fbde
1 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 2
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #23275: Allow assigning to an empty target list in round brackets:
|
||||||
|
() = iterable.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -22,9 +25,6 @@ Release date: 2016-05-16
|
||||||
Core and Builtins
|
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 #26991: Fix possible refleak when creating a function with annotations.
|
||||||
|
|
||||||
- Issue #27039: Fixed bytearray.remove() for values greater than 127. Based on
|
- Issue #27039: Fixed bytearray.remove() for values greater than 127. Based on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue