Nadeem Vawda added the comment: I can't seem to reproduce this with an up-to-date checkout from Mercurial:
>>> import bz2 >>> g = bz2.open('access-log-0108.bz2','rt') >>> next(g) '140.180.132.213 - - [24/Feb/2008:00:08:59 -0600] "GET /ply/ply.html HTTP/1.1" 200 97238\n' (where 'access-log-0108.bz2' is a file I created with the output above as its first line, and a couple of other lines of random junk following that) Would it be possible for you to upload the file you used to trigger this bug? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15546> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com