Nick Coghlan a9b15241c6 Close #20404: blacklist non-text encodings in io.TextIOWrapper
- io.TextIOWrapper (and hence the open() builtin) now use the
  internal codec marking system added for issue #19619
- also tweaked the C code to only look up the encoding once,
  rather than multiple times
- the existing output type checks remain in place to deal with
  unmarked third party codecs.
2014-02-04 22:11:18 +10:00
..
2014-01-20 15:35:38 +01:00
2013-07-27 02:41:03 +02:00
2013-12-31 22:02:22 -06:00
2013-03-20 00:39:41 -05:00
2013-09-26 22:21:41 -04:00