Roy Smith wrote: > In article <[EMAIL PROTECTED]>, > robert <[EMAIL PROTECTED]> wrote: > >> Using global variables in Python often raises chaos. Other languages use >> a clear prefix for globals. > > Unsing globals raises chaos in any language. They should be shunned and > avoided.
Solution: replace globals with Singletons ;-) Daniel -- http://mail.python.org/mailman/listinfo/python-list