commit | 62228dbd6c3b7be4199756c42a21429664c053e6 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Apr 29 14:38:11 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Apr 29 14:38:11 2012 -0400 |
tree | 3d63ba456c809bd1f0eae2d9dee4bf8ae7dad31b | |
parent | 1fc3ec91cc3e86035179db3e476ae7cd36ca6716 [diff] |
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. Thanks to Eric Snow for the patch.