commit | 205408dacb7844c86e49372f0f25a7018341c2b7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 11 17:31:59 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Mar 11 17:31:59 2015 +0200 |
tree | 2e518ac0f327797697ee9e096be9cf4cc0a8e6cc | |
parent | ca1fb3eb426466310efd1599a0d801fa6ed3645e [diff] [blame] |
Issue #23615: Module tarfile is now can be reloaded with imp.reload().
diff --git a/Misc/NEWS b/Misc/NEWS index a90db8e..8e97568 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library ------- +- Issue #23615: Module tarfile is now can be reloaded with imp.reload(). + - Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. Patch by Florian Finkernagel and Davin Potts.