[docs] [issue11553] Docs for: import, packages, site.py, .pth files

aaugustin report at bugs.python.org
Sat Jul 23 19:00:07 CEST 2011


aaugustin <aymeric.augustin at polyconseil.fr> 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 <report at bugs.python.org>
<http://bugs.python.org/issue11553>
_______________________________________


More information about the docs mailing list