Python handles globals badly.

Skybuck Flying skybuck2000 at hotmail.com
Sun Sep 13 08:04:22 EDT 2015


"
Namespaces don't "become writeable".

The purpose of "global" is to tell the compiler that this name should
be bound in the global namespace, not the local namespace.
"

How does it become writeable then ?

Bye,
  Skybuck.



More information about the Python-list mailing list