commit | 416f12ddb3b7d780bb75563414b88b32c0cf7e67 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Wed Dec 14 22:23:46 2011 -0600 |
committer | Meador Inge <meadori@gmail.com> | Wed Dec 14 22:23:46 2011 -0600 |
tree | cbe4c2d385714638e0bda1c2d60289dc3182f5a4 | |
parent | 061c0289af979213984046c0f7570192063ab319 [diff] [blame] |
Issue #13591: import_module potentially imports a module twice.
diff --git a/Misc/NEWS b/Misc/NEWS index c996499..15c07f5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1868,6 +1868,9 @@ Library ------- +- Issue #13591: A bug in importlib has been fixed that caused import_module + to load a module twice. + - logging: added "handler of last resort". See http://bit.ly/last-resort-handler - test.support: Added TestHandler and Matcher classes for better support of