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