diff options
author | Brett Cannon <brett@python.org> | 2013-11-22 19:54:13 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-11-22 19:54:13 (GMT) |
commit | 58ca93cb69fc8e72e3d9fe519e2f737920522f8e (patch) | |
tree | e155130382051fb83bbf46af9248f96d88b00080 /Misc | |
parent | df38a80abaef73aee7148c28aca4f46de77e40b4 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |