From: Berker Peksag Date: Sat, 25 Jul 2015 10:03:08 +0000 (+0300) Subject: Issue #24713: Use importlib.reload() in import reference document. X-Git-Tag: v3.5.0b4~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1bddadddddc5743d91f2007fb8182c5fbf96fc5;p=thirdparty%2FPython%2Fcpython.git Issue #24713: Use importlib.reload() in import reference document. imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin. --- a1bddadddddc5743d91f2007fb8182c5fbf96fc5