Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff874 commit 52a7e37Copy full SHA for 52a7e37
1 file changed
Doc/whatsnew/3.6.rst
@@ -64,8 +64,20 @@ Summary -- Release highlights
64
65
New syntax features:
66
67
+* A ``global`` or ``nonlocal`` statement must now textually appear
68
+ before the first use of the affected name in the same scope.
69
+ Previously this was a SyntaxWarning.
70
+
71
* PEP 498: :ref:`Formatted string literals <whatsnew-fstrings>`
72
73
+* PEP 515: Underscores in Numeric Literals
74
75
+* PEP 526: Syntax for Variable Annotations
76
77
+* PEP 525: Asynchronous Generators
78
79
+* PEP 530: Asynchronous Comprehensions
80
81
Standard library improvements:
82
83
Security improvements:
0 commit comments