Tim Roberts wrote:

> Everything works OK while your script runs.  When the script exits,
> your "main" module goes to clean things up.  Apparently, it does so
> alphabetically.

Nope - it would do it in the iteration order of the module's __dict__.
Not something that can be relied on.

Tim Delaney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to