From: Berker Peksag Date: Sat, 25 Jul 2015 10:03:30 +0000 (+0300) Subject: Issue #24713: Use importlib.reload() in import reference document. X-Git-Tag: v3.6.0a1~1911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8028769852bb2e73e8ea17bbacc959cb0d68aa64;p=python 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. --- 8028769852bb2e73e8ea17bbacc959cb0d68aa64