Add a few big-ticket items to What's new in 3.6.
This commit is contained in:
parent
6cff8744a0
commit
52a7e37555
|
@ -64,8 +64,20 @@ Summary -- Release highlights
|
|||
|
||||
New syntax features:
|
||||
|
||||
* A ``global`` or ``nonlocal`` statement must now textually appear
|
||||
before the first use of the affected name in the same scope.
|
||||
Previously this was a SyntaxWarning.
|
||||
|
||||
* PEP 498: :ref:`Formatted string literals <whatsnew-fstrings>`
|
||||
|
||||
* PEP 515: Underscores in Numeric Literals
|
||||
|
||||
* PEP 526: Syntax for Variable Annotations
|
||||
|
||||
* PEP 525: Asynchronous Generators
|
||||
|
||||
* PEP 530: Asynchronous Comprehensions
|
||||
|
||||
Standard library improvements:
|
||||
|
||||
Security improvements:
|
||||
|
|
Loading…
Reference in New Issue