summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-05-18 18:51:11 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-05-18 18:59:49 (GMT)
commit43ae3ceab8dd65d184aef1773714a604984de38e (patch)
tree67f19442c468077fd4e32c8f8f35d6fdbe6234d3 /Misc/NEWS
parented3639595aabd3913088c830d345e7db88d9060d (diff)
parent8d886046821f1cd43147c340b04ee0f067157749 (diff)
downloadcpython-43ae3ceab8dd65d184aef1773714a604984de38e.zip
cpython-43ae3ceab8dd65d184aef1773714a604984de38e.tar.gz
cpython-43ae3ceab8dd65d184aef1773714a604984de38e.tar.bz2
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db88500..1c3841b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,10 @@ Core and Builtins
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 #12098: multiprocessing on Windows now starts child processes
using the same sys.flags as the current process. Initial patch by
Sergey Mezentsev.