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 eee14de commit 9d32853Copy full SHA for 9d32853
1 file changed
Misc/NEWS.d/next/Documentation/2024-11-12-21-31-39.gh-issue-58749.2fpEYM.rst
@@ -0,0 +1,5 @@
1
+Corrected the language specification to match CPython's behavior: names in a
2
+`global` statement are only restricted from being used or assigned prior to
3
+their declaration in scope. Additional limitations previously suggested by
4
+the spec do not apply in CPython.
5
+Change by Beomsoo Kim
0 commit comments