summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-07-09 17:24:34 (GMT)
committerBrett Cannon <brett@python.org>2012-07-09 17:24:34 (GMT)
commitbf7eab077fe146dd76f5e7ddad3ff8b2d271fe6c (patch)
treeb8339d4693365edbaa2d0b0a8d6a54cb30810448 /Misc
parentcd9b746b37fae46df2a8b669b5965272ab565ff8 (diff)
downloadcpython-bf7eab077fe146dd76f5e7ddad3ff8b2d271fe6c.zip
cpython-bf7eab077fe146dd76f5e7ddad3ff8b2d271fe6c.tar.gz
cpython-bf7eab077fe146dd76f5e7ddad3ff8b2d271fe6c.tar.bz2
Issue #15256: Re-use the ImportError exception message as defined by
importlib._bootstrap in imp to fix a grammatical mistake. Thanks to Marc Abramowitz for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d896c2..727414f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Core and Builtins
Library
-------
+- Issue #15256: Grammatical mistake in exception raised by imp.find_module().
+
- Issue #5931: wsgiref environ variable SERVER_SOFTWARE will specify an
implementation specific term like Cpython, Jython instead of generic "Python"