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 thomaslee
Recipients therve, thomaslee
Date 2008-01-14.13:31:58
SpamBayes Score 0.0028747756
Marked as misclassified No
Message-id <1200317523.22.0.627667283673.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
If you're referring to an 'append' mode for bz2file objects, it may be a
limitation of the underlying library: my version of bzlib.h only
provides BZ2_bzWriteOpen and BZ2_bzReadOpen - it's not immediately clear
how you would open a BZ2File in append mode looking at this API.

It may be possible to implement r/w/a using the lower-level
bzCompress/bzDecompress functions, but I doubt that's going to happen
unless somebody (such as yourself? :)) cares deeply about this.
History
Date User Action Args
2008-01-14 13:32:03thomasleesetspambayes_score: 0.00287478 -> 0.0028747756
recipients: + thomaslee, therve
2008-01-14 13:32:03thomasleesetspambayes_score: 0.00287478 -> 0.00287478
messageid: <1200317523.22.0.627667283673.issue1625@psf.upfronthosting.co.za>
2008-01-14 13:31:59thomasleelinkissue1625 messages
2008-01-14 13:31:58thomasleecreate