This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients dabeaz, nadeem.vawda
Date 2012-08-03.11:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343993357.92.0.324926780749.issue15546@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-08-03 11:29:18nadeem.vawdasetrecipients: + nadeem.vawda, dabeaz
2012-08-03 11:29:17nadeem.vawdasetmessageid: <1343993357.92.0.324926780749.issue15546@psf.upfronthosting.co.za>
2012-08-03 11:29:17nadeem.vawdalinkissue15546 messages
2012-08-03 11:29:16nadeem.vawdacreate