New submission from Berker Peksag:

Since imp.reload() was deprecated in issue 18193, the reload fixer (added in 
issue 11797) needs to be updated to use importlib.reload() instead of 
imp.reload().

----------
components: 2to3 (2.x to 3.x conversion tool)
files: reload-fixer.diff
keywords: patch
messages: 217973
nosy: benjamin.peterson, berker.peksag, brett.cannon
priority: normal
severity: normal
stage: patch review
status: open
title: Update reload fixer to use importlib instead of imp
versions: Python 3.5
Added file: http://bugs.python.org/file35161/reload-fixer.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to