[issue28745] Python 3.5.2 "from ... import" statement is different from official documentation

woo yoo report at bugs.python.org
Sat Nov 19 01:25:13 EST 2016


woo yoo added the comment:

The link associated with the documentation is https://docs.python.org/3/reference/simple_stmts.html#import.

My package layout is :
  --l007
    --l009.py
My code is :
  >from l007 import l009
The excution was ok, which was not the case i had expected.

----------

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


More information about the Python-bugs-list mailing list