[issue19223] bz2 and 'x' mode open

2013-10-11 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

___
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



[issue19223] bz2 and 'x' mode open

2013-10-11 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
nosy: +nadeem.vawda

___
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



[issue19223] bz2 and 'x' mode open

2013-10-10 Thread Tim Heaney

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