Re: Nested module import clutters package namespace?

2008-02-29 Thread Dr. Rüdiger Kupper
Arnaud Delobelle wrote: On Feb 29, 12:16 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: En Thu, 28 Feb 2008 11:00:08 -0200, Dr. Rüdiger Kupper <[EMAIL PROTECTED]> escribió: I'd be grateful for help with a problem of package and module namespaces. The behavi

Nested module import clutters package namespace?

2008-02-28 Thread Dr. Rüdiger Kupper
7;." y="hello" print "pack: My y is now:", repr(y) print "pack: I now 'import x' which in turn does 'import y as q'." import x print "pack: My y is now:", repr(y) print "pack: Why?" = x.py === p