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 catlee
Recipients
Date 2005-04-27.14:34:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following code:
echo -n Testing123 | bzip2 > test.bz2
python -c "import bz2; lines =
bz2.BZ2File('test.bz2').readlines()"

produces this output:
Traceback (most recent call last):
  File "<string>", line 1, in ?
RuntimeError: wrong sequence of bz2 library commands used

Tested on Python 2.4.1 (debian unstable - April 1
2005), and Python 2.3.5 (debian unstable - May 26 2005)
History
Date User Action Args
2007-08-23 14:31:15adminlinkissue1191043 messages
2007-08-23 14:31:15admincreate