[New-bugs-announce] [issue19201] lzma and 'x' mode open

Tim Heaney report at bugs.python.org
Wed Oct 9 03:31:54 CEST 2013


New submission from Tim Heaney:

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.

----------
files: patch.lzma.py
messages: 199272
nosy: oylenshpeegul
priority: normal
severity: normal
status: open
title: lzma and 'x' mode open
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32010/patch.lzma.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19201>
_______________________________________


More information about the New-bugs-announce mailing list