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 arigo
Recipients Roman Valls, amaury.forgeotdarc, arigo, benjamin.peterson, pitrou
Date 2015-09-23.14:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443019393.97.0.737576261234.issue9928@psf.upfronthosting.co.za>
In-reply-to
Content
Roman: bz2.decompress(comp.read()) returns a string, so you can't use "with" on it.  This bug was about using "with bz2.BZ2File(...) as f:".
History
Date User Action Args
2015-09-23 14:43:14arigosetrecipients: + arigo, amaury.forgeotdarc, pitrou, benjamin.peterson, Roman Valls
2015-09-23 14:43:13arigosetmessageid: <1443019393.97.0.737576261234.issue9928@psf.upfronthosting.co.za>
2015-09-23 14:43:13arigolinkissue9928 messages
2015-09-23 14:43:13arigocreate