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 joshtriplett
Recipients joshtriplett
Date 2016-07-04.20:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467662493.73.0.0646490356421.issue27450@psf.upfronthosting.co.za>
In-reply-to
Content
(This exists in both Python 3 and Python 2.)

When opening an existing .bz2 file with BZ2File, I'd like to have access to the compression level, so that I don't have to manually parse the file's header to get it.  BZ2File could provide the compression level as an attribute on itself.
History
Date User Action Args
2016-07-04 20:01:33joshtriplettsetrecipients: + joshtriplett
2016-07-04 20:01:33joshtriplettsetmessageid: <1467662493.73.0.0646490356421.issue27450@psf.upfronthosting.co.za>
2016-07-04 20:01:33joshtriplettlinkissue27450 messages
2016-07-04 20:01:33joshtriplettcreate