Message 258438 - Python tracker (original) (raw)

Message258438

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 camconn
Recipients camconn, docs@python
Date 2016-01-17.01:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1452992928.86.0.18217536546.issue26135@psf.upfronthosting.co.za
In-reply-to
Content
The documentation detailing modules recommends using the deprecated `imp` module in section 6.1. Instead, it should recommend `importlib`, which `imp` was deprecated in favor of in Python 3.4. The portion of the documentation that says this is in the gray aside box at the bottom of Section 6.1 immediately before Section 6.1.1. These are the pages that have this issue: Python 3.4: https://docs.python.org/3.4/tutorial/modules.html#more-on-modules Python 3.5: https://docs.python.org/3.5/tutorial/modules.html#more-on-modules Python 3.6: https://docs.python.org/3.6/tutorial/modules.html#more-on-modules
History
Date User Action Args
2016-01-17 01:08:48 camconn set recipients: + camconn, docs@python
2016-01-17 01:08:48 camconn set messageid: 1452992928.86.0.18217536546.issue26135@psf.upfronthosting.co.za
2016-01-17 01:08:48 camconn link issue26135 messages
2016-01-17 01:08:48 camconn create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements