[New-bugs-announce] [issue9068] "from . import *"

Haoyu Bai report at bugs.python.org
Thu Jun 24 13:46:44 CEST 2010


New submission from Haoyu Bai <divinekid at gmail.com>:

"from . import *" is valid syntax in CPython (both 2.6 and py3k) but in the language reference it is not allowed:

http://docs.python.org/dev/py3k/reference/simple_stmts.html#the-import-statement

----------
components: Interpreter Core
messages: 108507
nosy: bhy
priority: normal
severity: normal
status: open
title: "from . import *"
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9068>
_______________________________________


More information about the New-bugs-announce mailing list