This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aymeric.augustin
Recipients Greg.Slodkowicz, aymeric.augustin, brett.cannon, docs@python, eric.araujo, gwideman, ncoghlan, pje
Date 2011-07-23.17:00:06
SpamBayes Score 7.4893314e-06
Marked as misclassified No
Message-id <1311440407.39.0.359254621931.issue11553@psf.upfronthosting.co.za>
In-reply-to
Content
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" "*"
History
Date User Action Args
2011-07-23 17:00:07aymeric.augustinsetrecipients: + aymeric.augustin, brett.cannon, pje, ncoghlan, eric.araujo, docs@python, Greg.Slodkowicz, gwideman
2011-07-23 17:00:07aymeric.augustinsetmessageid: <1311440407.39.0.359254621931.issue11553@psf.upfronthosting.co.za>
2011-07-23 17:00:06aymeric.augustinlinkissue11553 messages
2011-07-23 17:00:06aymeric.augustincreate