[issue24713] Import docs reference the deprecated imp.reload

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and the patch, Petr. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker __

[issue24713] Import docs reference the deprecated imp.reload

2015-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c713dcce26a by Berker Peksag in branch '3.4': Issue #24713: Use importlib.reload() in import reference document. https://hg.python.org/cpython/rev/6c713dcce26a New changeset afb12ebd96df by Berker Peksag in branch '3.5': Issue #24713: Use importlib

[issue24713] Import docs reference the deprecated imp.reload

2015-07-25 Thread Petr Viktorin
New submission from Petr Viktorin: In 3.4, `imp.reload` was deprecated in favor of `importlib.reload`. https://docs.python.org/3/library/imp.html -- assignee: docs@python components: Documentation files: docs.patch keywords: patch messages: 247319 nosy: docs@python, encukou, eric.araujo