commit | 2a5a3027f23a2c03e20e1c382be08ebb390f3ea7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 29 08:39:27 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 29 08:39:27 2006 +0000 |
tree | 3191dbcb19ba9a60ea4e66804457c34f8311016c | |
parent | 7f2075a490718c0fbdbddcb806a4319b9c04db9f [diff] |
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)