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 Aniruddha Bhattacharjee
Recipients Aniruddha Bhattacharjee, docs@python
Date 2019-10-17.16:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571330312.31.0.925076175941.issue38509@roundup.psfhosted.org>
In-reply-to
Content
In the section "relative imports" of the documentation for "import system", the use of relative imports is explained with the use of an example, however if you try the exact same thing it gives an error. This is nicely explained in https://stackoverflow.com/questions/14132789/relative-imports-for-the-billionth-time and https://www.python.org/dev/peps/pep-0395/. This has also been added as an open issue in the documentation . Is this still under consideration, then I would be happy to update the docs. Thanks
History
Date User Action Args
2019-10-17 16:38:32Aniruddha Bhattacharjeesetrecipients: + Aniruddha Bhattacharjee, docs@python
2019-10-17 16:38:32Aniruddha Bhattacharjeesetmessageid: <1571330312.31.0.925076175941.issue38509@roundup.psfhosted.org>
2019-10-17 16:38:32Aniruddha Bhattacharjeelinkissue38509 messages
2019-10-17 16:38:31Aniruddha Bhattacharjeecreate