commit | 280e9f7ce5c441658c48680299e3e40ec76b03ed | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri May 18 21:51:11 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Fri May 18 21:54:25 2012 +0300 |
tree | 61824b18572dcd0d517a5bda4fcea53b857f1369 | |
parent | 491ef97f7539fc376d9926c3d6548f8ca4351fea [diff] [blame] |
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
diff --git a/Misc/NEWS b/Misc/NEWS index 4908f39..088d1e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,10 @@ Library ------- +- Issue #14798: Fix the functions in pyclbr to raise an ImportError + when the first part of a dotted name is not a package. Patch by + Xavier de Gaye. + - Issue #14832: fixed the order of the argument references in the error message produced by unittest's assertItemsEqual.