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 oylenshpeegul
Recipients oylenshpeegul
Date 2013-10-10.21:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381440875.62.0.537853075258.issue19223@psf.upfronthosting.co.za>
In-reply-to
Content
This is analogous to issue19201, but for bz2. Recent versions of Python have an 'x' mode for open, but bz2 doesn't support it. It looks like everything is passed to builtins.open eventually, so if we just allow the 'x' option to pass through, all will be well.
History
Date User Action Args
2013-10-10 21:34:35oylenshpeegulsetrecipients: + oylenshpeegul
2013-10-10 21:34:35oylenshpeegulsetmessageid: <1381440875.62.0.537853075258.issue19223@psf.upfronthosting.co.za>
2013-10-10 21:34:35oylenshpeegullinkissue19223 messages
2013-10-10 21:34:35oylenshpeegulcreate