Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

The error message was added with 6cff8744a0ae58c88728df8bbca4580ffa6c6a86 and 
issue27999. The docs were also changed as below with the commit : 

https://docs.python.org/3.8/reference/simple_stmts.html#the-global-statement

> Names listed in a global statement must not be defined as formal parameters 
> or in a for loop control target, class definition, function definition, 
> import statement, or variable annotation.


Thanks

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to