[issue26135] Documentation Recommends Deprecated `imp` Module

2016-01-16 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thank you for the report. Fixed in the active versions of python (3.5 and 3.6). 3.4 was in security fix mode. Although, it can see important documentation bug-fixes, this isn't bug-fix as far as 3.4 version is concerned. So, I didn't make the change in 3.4.

[issue26135] Documentation Recommends Deprecated `imp` Module

2016-01-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31e6d4d25b8e by Senthil Kumaran in branch '3.5': Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. https://hg.python.org/cpython/rev/31e6d4d25b8e New changeset 6636d688bbd3 by Senthil Kumaran in bran

[issue26135] Documentation Recommends Deprecated `imp` Module

2016-01-16 Thread Cameron Conn
New submission from Cameron Conn: 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 asid