aaugustin <[email protected]> added the comment:
I noticed an inconsistency in the docs, and I think it falls in the "Language
Reference" section of this ticket. In the definition of the import statement,
after:
| "from" module "import" "*"
we should add:
| "from" relative_module "import" "*"
It is also possible to replace this line by:
| "from" (module | relative_module) "import" "*"
----------
nosy: +aaugustin
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11553>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com