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-09.01:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381282314.82.0.620935912444.issue19201@psf.upfronthosting.co.za>
In-reply-to
Content
I love the 'x' mode open in recent versions of Python. I just discovered that lzma.open doesn't support it. It seems there's an elif that explicitly checks the modes allowed. I added "x" and "xb" to the choices and now it works as I would like.
History
Date User Action Args
2013-10-09 01:31:54oylenshpeegulsetrecipients: + oylenshpeegul
2013-10-09 01:31:54oylenshpeegulsetmessageid: <1381282314.82.0.620935912444.issue19201@psf.upfronthosting.co.za>
2013-10-09 01:31:54oylenshpeegullinkissue19201 messages
2013-10-09 01:31:54oylenshpeegulcreate