[issue20922] Global variables and Local Variables with same name

2014-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: This is by design, see http://docs.python.org/3/faq/programming.html#why-am-i-getting-an-unboundlocalerror-when-the-variable-has-a-value -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed _

[issue20922] Global variables and Local Variables with same name

2014-03-14 Thread VIJAY KANSAL
Changes by VIJAY KANSAL : -- title: Global variables -> Global variables and Local Variables with same name ___ Python tracker ___ ___