[New-bugs-announce] [issue19222] gzip and 'x' mode open

Tim Heaney report at bugs.python.org
Thu Oct 10 23:32:12 CEST 2013


New submission from Tim Heaney:

This is analogous to issue19201, but for gzip. Recent versions of Python have an 'x' mode for open, but gzip 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.gzip.py
messages: 199416
nosy: oylenshpeegul
priority: normal
severity: normal
status: open
title: gzip and 'x' mode open
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32039/patch.gzip.py

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


More information about the New-bugs-announce mailing list