global vars across modules

Chris Angelico rosuav at gmail.com
Sun Apr 22 18:21:05 EDT 2012


On Mon, Apr 23, 2012 at 8:13 AM, Kiuhnm
<kiuhnm03.4t.yahoo.it at mail.python.org> wrote:
> It makes sense though.
> "Import" imports values, not variables.

Python doesn't _have_ variables. Python has names and objects.

http://python.net/~mwh/hacks/objectthink.html

ChrisA



More information about the Python-list mailing list