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

Reply via email to