]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:22 +0000 (08:39 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 08:39:22 +0000 (08:39 +0000)
commit8f99f81dfc5309205c2f93bd4dd205f97f586b0d
tree938fa01d5f2dc343366f439539805fd3bfd8f0d1
parent4bb9b565011f2420649f851dc74e8fa3749046fa
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).
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS