[issue20488] importlib title and introduction are out of date

New submission from R. David Murray: Now that importlib *is* the import system in CPython, the title ("An Implementation of import") and the intro ("a reference implementation that is easier to comprehend than..." seem to me like they are out of date and should be reworded. ---------- assignee: docs@python components: Documentation messages: 209994 nosy: brett.cannon, docs@python, eric.snow, r.david.murray priority: normal severity: normal status: open title: importlib title and introduction are out of date type: behavior versions: Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20488> _______________________________________

Changes by Brett Cannon <brett@python.org>: ---------- assignee: docs@python -> brett.cannon _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20488> _______________________________________

Roundup Robot added the comment: New changeset cc08bf665dea by Brett Cannon in branch '3.3': Issue #20488: Update docs to say importlib is *the* implementaiton of http://hg.python.org/cpython/rev/cc08bf665dea New changeset 5641c0b50072 by Brett Cannon in branch 'default': Merge for issue #20488 http://hg.python.org/cpython/rev/5641c0b50072 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20488> _______________________________________

Changes by Brett Cannon <brett@python.org>: ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20488> _______________________________________
participants (3)
-
Brett Cannon
-
R. David Murray
-
Roundup Robot