Index: Misc/NEWS |
=================================================================== |
--- Misc/NEWS (revision 80372) |
+++ Misc/NEWS (working copy) |
@@ -258,6 +258,10 @@ |
- Issue #1220212: Added os.kill support for Windows, including support for |
sending CTRL+C and CTRL+BREAK events to console subprocesses. |
+- Issue #7559: unittest: TestLoader.loadTestsFromName() now lets ImportErrors |
+ bubble up if a bad import statement is encountered while loading a nested |
+ module. Before the method raised an AttributeError. |
+ |
Extension Modules |
----------------- |