mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
NEWS entry for module name repr commit
This commit is contained in:
parent
df38a80aba
commit
58ca93cb69
1 changed files with 2 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue