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 christian.heimes
Recipients christian.heimes, nadeem.vawda
Date 2012-09-17.12:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347884562.79.0.801674791772.issue15955@psf.upfronthosting.co.za>
In-reply-to
Content
The gzip, bz2 and lzma file reader have no method to get the actual size and compression ratio of a compressed file. In my opinion it's useful to know how much disk space a file will need before it's decompressed.
History
Date User Action Args
2012-09-17 12:22:42christian.heimessetrecipients: + christian.heimes, nadeem.vawda
2012-09-17 12:22:42christian.heimessetmessageid: <1347884562.79.0.801674791772.issue15955@psf.upfronthosting.co.za>
2012-09-17 12:22:42christian.heimeslinkissue15955 messages
2012-09-17 12:22:41christian.heimescreate