From: Brett Cannon Date: Fri, 22 Nov 2013 19:54:13 +0000 (-0500) Subject: NEWS entry for module name repr commit X-Git-Tag: v3.4.0b1~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58ca93cb69fc8e72e3d9fe519e2f737920522f8e;p=thirdparty%2FPython%2Fcpython.git NEWS entry for module name repr commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 70ed34c97b75..27c31df75d8f 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