]> granicus.if.org Git - python/commit
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 08:39:27 +0000 (08:39 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 08:39:27 +0000 (08:39 +0000)
commit2a5a3027f23a2c03e20e1c382be08ebb390f3ea7
tree3191dbcb19ba9a60ea4e66804457c34f8311016c
parent7f2075a490718c0fbdbddcb806a4319b9c04db9f
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
fix all codecs file wrappers to work correctly with the "with"
statement (bug #1586513).
 (backport from rev. 52517)
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS