Name space quirk?

Alex new_name at mit.edu
Sun Jul 22 08:44:11 EDT 2001


Hi, Nandyala.  Yeah, that's the correct behaviour.  When it can't find
"myfile" bound to anything in "hello"'s namespace, it looks in the
module namespace.

See the table at http://python.org/doc/ref/execframes.html for more
details.

HTH.
Alex.



More information about the Python-list mailing list