[New-bugs-announce] [issue19223] bz2 and 'x' mode open

Tim Heaney report at bugs.python.org
Thu Oct 10 23:34:35 CEST 2013


New submission from Tim Heaney:

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.

----------
files: patch.bz2.py
messages: 199418
nosy: oylenshpeegul
priority: normal
severity: normal
status: open
title: bz2 and 'x' mode open
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32040/patch.bz2.py

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


More information about the New-bugs-announce mailing list