Files
cpython/Lib
Nick Coghlan c72e4e6dcc Issue #19619: Blacklist non-text codecs in method API
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 TypeError for an unexpected output type.

The latter mechanism remains in place for third party non-text
encodings.
2013-11-22 22:39:36 +10:00
..
2013-11-17 09:17:18 +01:00
2013-11-17 07:58:22 +01:00
2013-10-27 09:08:16 +01:00
2013-11-12 10:26:15 -05:00
2013-10-27 07:46:09 +01:00
2013-10-21 03:05:46 +03:00
2013-10-27 07:46:09 +01:00
2013-11-18 18:59:43 +01:00
2013-11-11 15:08:40 +00:00
2013-10-26 13:22:08 -04:00