Commit 52a7e375 authored by Guido van Rossum's avatar Guido van Rossum

Add a few big-ticket items to What's new in 3.6.

parent 6cff8744
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment