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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19201>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to