Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(35)

Unified Diff: Misc/NEWS

Issue 810044: Python issue #7559: ImportErrors in unittest.TestLoader.loadTestFromName() Base URL: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: Switched from ImportError to AttributeError after python-dev discussion. Created 14 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Lib/unittest/test/test_loader.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-----------------
« no previous file with comments | « Lib/unittest/test/test_loader.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b