This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rodrigo.Ventura
Recipients Rodrigo.Ventura, ezio.melotti
Date 2011-05-07.03:21:34
SpamBayes Score 0.00024150538
Marked as misclassified No
Message-id <1304738495.58.0.121830712707.issue12023@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio,

thank you for the explanation.

Is it possible to access variable a in nok's scope from function f without using the global keyword in f? (so that variable a remains local to nok, rather than global to python)

Rodrigo
History
Date User Action Args
2011-05-07 03:21:35Rodrigo.Venturasetrecipients: + Rodrigo.Ventura, ezio.melotti
2011-05-07 03:21:35Rodrigo.Venturasetmessageid: <1304738495.58.0.121830712707.issue12023@psf.upfronthosting.co.za>
2011-05-07 03:21:34Rodrigo.Venturalinkissue12023 messages
2011-05-07 03:21:34Rodrigo.Venturacreate