summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-11-22 19:54:13 (GMT)
committerBrett Cannon <brett@python.org>2013-11-22 19:54:13 (GMT)
commit58ca93cb69fc8e72e3d9fe519e2f737920522f8e (patch)
treee155130382051fb83bbf46af9248f96d88b00080 /Misc
parentdf38a80abaef73aee7148c28aca4f46de77e40b4 (diff)
downloadcpython-58ca93cb69fc8e72e3d9fe519e2f737920522f8e.zip
cpython-58ca93cb69fc8e72e3d9fe519e2f737920522f8e.tar.gz
cpython-58ca93cb69fc8e72e3d9fe519e2f737920522f8e.tar.bz2
NEWS entry for module name repr commit
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 70ed34c..27c31df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Projected release date: 2013-11-24
Core and Builtins
-----------------
+- Use the repr of a module name in more places in import, especially exceptions.
+
- Issue #19619: str.encode, bytes.decode and bytearray.decode now use an
internal API to throw LookupError for known non-text encodings, rather
than attempting the encoding or decoding operation and then throwing a