commit | eaecc692df78e34f93802752aa9110d06814ea53 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Tue Sep 06 16:20:46 2016 -0700 |
committer | Brett Cannon <brett@python.org> | Tue Sep 06 16:20:46 2016 -0700 |
tree | 296252d3343061aac0b350e3dea3a4bfb90d4f14 | |
parent | 9b1f474df6f284de982c422c9a490971ccc1b296 [diff] |
Issue #27974: Remove importlib._bootstrap._ManageReload. Class was dead code. Thanks to Xiang Zhang for the patch.