STINNER Victor <victor.stin...@haypocalc.com> added the comment: What is the problem with Python 3.2? It works correctly here:
$ cat bla.txt bli blo bla $ gzip bla.txt $ ./python Python 3.3a0 (unknown, Feb 23 2011, 13:03:50) >>> import gzip, io >>> f = io.TextIOWrapper(gzip.open("bla.txt.gz"),encoding='ascii') >>> f.read() 'bli\nblo\nbla\n' If someone added Python 3.2 in the Versions field because of an issue with bz2: please open a new issue instead. ---------- nosy: +haypo versions: -Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10791> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com