]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in
authorBrett Cannon <bcannon@gmail.com>
Wed, 6 Aug 2008 22:28:09 +0000 (22:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 6 Aug 2008 22:28:09 +0000 (22:28 +0000)
commit3aa2a49ec97d8a56f7f748116d8cd584185c301d
tree0bbbae6149e106cf841060696175d5a7776f49aa
parentc777a412f1e8c691eb25074bf85c4e8ca854f038
Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in
has been removed there.
Lib/test/test_imp.py
Misc/NEWS
Python/import.c