[issue18193] Move imp.reload() to importlib

Berker Peksag report at bugs.python.org
Thu Jun 13 11:38:35 CEST 2013


Berker Peksag added the comment:

Here's a patch. Changes:

- Used types.ModuleType instead of type(sys)
- Updated imp and importlib docs
- Moved test_imp.ReloadTests to test_importlib.test_api.ReloadTests

----------
keywords: +patch
nosy: +berker.peksag
stage: test needed -> patch review
Added file: http://bugs.python.org/file30573/issue18193.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18193>
_______________________________________


More information about the Python-bugs-list mailing list