]> granicus.if.org Git - python/commit
Issue #20404: reject non-text encodings early in TextIOWrapper.
authorGeorg Brandl <georg@python.org>
Sun, 2 Mar 2014 08:18:31 +0000 (09:18 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 2 Mar 2014 08:18:31 +0000 (09:18 +0100)
commit2fc8f773e15863fcde881e7e52a5c64896baa5df
tree55d24097924fa155960868bfc89531691802a13a
parent2658bad090f47aec4982af5480f2f8491f87f843
Issue #20404: reject non-text encodings early in TextIOWrapper.
Include/codecs.h
Lib/_pyio.py
Lib/test/test_io.py
Modules/_io/textio.c
Python/codecs.c