]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS entry for module name repr commit
authorBrett Cannon <brett@python.org>
Fri, 22 Nov 2013 19:54:13 +0000 (14:54 -0500)
committerBrett Cannon <brett@python.org>
Fri, 22 Nov 2013 19:54:13 +0000 (14:54 -0500)
Misc/NEWS

index 70ed34c97b75f608ea47d5f224eefe1f8047615d..27c31df75d8f8850c4e1f215d9cc3846832e27b1 100644 (file)
--- 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