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.

classification
Title: importlib docs do not mention PEP 420
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: brett.cannon, eric.snow, python-dev
Priority: normal Keywords:

Created on 2016-05-28 17:53 by eric.snow, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg266565 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2016-05-28 17:53
PEP 420 should be mentioned in the introduction section of the importlib docs.  I'll push a change to fix this in a minute.
msg266566 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-28 18:10
New changeset 6f50c04e4a1e by Eric Snow in branch '3.5':
Issue #27147: Mention PEP 420 in the importlib docs.
https://hg.python.org/cpython/rev/6f50c04e4a1e

New changeset 0177af33ce76 by Eric Snow in branch 'default':
Issue #27147: Mention PEP 420 in the importlib docs.
https://hg.python.org/cpython/rev/0177af33ce76
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71334
2016-05-28 18:10:56eric.snowsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2016-05-28 18:10:11python-devsetnosy: + python-dev
messages: + msg266566
2016-05-28 17:53:58eric.snowcreate