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 9d32853 commit 404bb9cCopy full SHA for 404bb9c
1 file changed
Misc/NEWS.d/next/Tests/2024-11-12-21-41-57.gh-issue-58749.LuzORa.rst
@@ -0,0 +1,5 @@
1
+Added tests to verify that `global` and `nonlocal` statement names are only
2
+restricted from use or assignment before their declaration, aligning with
3
+the updated language specification and CPython's behavior. The tests also
4
+ensure that `global` and `nonlocal` statements exhibit correct behavior.
5
+Change by Beomsoo Kim.
0 commit comments