Guilty secret: globals baffle me

Edward K. Ream edream at tds.net
Wed Nov 6 10:31:29 EST 2002


> You can share globals across modules by means of import. If you want
> to assign to the global, make sure you don't use from-import, but
> import the module, then assign via module.globalname = value.

Thanks for this reminder.

- Edward





More information about the Python-list mailing list