On Wed, Mar 19, 2008 at 2:57 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > However, PEP 3100 (the general Py3k TO-DO list) includes a line item to > get rid of "from ... import *" at function level because of the merry > hell it plays with the local variable optimisations. It's possible the > module level version also got clobbered when this was implemented.
That sounds like completely separate from relative import though, and unrelated. I think outside functions "from .foo import *" should be allowed. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com