[Python-checkins] cpython: NEWS entry for module name repr commit

brett.cannon python-checkins at python.org
Fri Nov 22 20:54:12 CET 2013


http://hg.python.org/cpython/rev/781a61297877
changeset:   87362:781a61297877
user:        Brett Cannon <brett at python.org>
date:        Fri Nov 22 14:54:13 2013 -0500
summary:
  NEWS entry for module name repr commit

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list