commit | 8f99f81dfc5309205c2f93bd4dd205f97f586b0d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 29 08:39:22 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 29 08:39:22 2006 +0000 |
tree | 938fa01d5f2dc343366f439539805fd3bfd8f0d1 | |
parent | 4bb9b565011f2420649f851dc74e8fa3749046fa [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).