Keeping track of variables.

Matt Gerrans mgerrans at mindspring.com
Tue Oct 1 00:06:53 EDT 2002


Hmm... sounds like you may be slogging through a veritable quagmire of
global variables.   If you keep the scope of your variables under tight
reign, you won't need such a tool and you'll have better code as a nice side
effect.

If I've misdiagnosed the problem, maybe you can post a bit of code to more
clearly illustrate your dilemma.

- m





More information about the Python-list mailing list