Files
cpython/Lib/encodings
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
..
2012-06-16 22:50:54 +02:00
2011-11-10 22:49:20 +01:00
2012-06-16 22:50:54 +02:00
2010-08-30 14:05:50 +00:00