Staging
v0.5.1
https://github.com/python/cpython
Revision 7e732a7181ab6debfe5df33bfc29035d522dfef9 authored by Berker Peksag on 25 July 2015, 10:02:37 UTC, committed by Berker Peksag on 25 July 2015, 10:02:37 UTC
imp.reload() was deprecated in Python 3.4 and changed to call
importlib.reload().

Patch by Petr Viktorin.
1 parent eaf16ab
History
Tip revision: 7e732a7181ab6debfe5df33bfc29035d522dfef9 authored by Berker Peksag on 25 July 2015, 10:02:37 UTC
Issue #24713: Use importlib.reload() in import reference document.
Tip revision: 7e732a7

README

back to top