mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add a Tests NEWS entry
This commit is contained in:
parent
9d328538d5
commit
404bb9ca90
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
Added tests to verify that `global` and `nonlocal` statement names are only
|
||||
restricted from use or assignment before their declaration, aligning with
|
||||
the updated language specification and CPython's behavior. The tests also
|
||||
ensure that `global` and `nonlocal` statements exhibit correct behavior.
|
||||
Change by Beomsoo Kim.
|
||||
Loading…
Add table
Add a link
Reference in a new issue