[issue19223] Add 'x' mode to bz2.open()

2013-10-18 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- assignee: -> nadeem.vawda resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19223] Add 'x' mode to bz2.open()

2013-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5abc04e6579b by Nadeem Vawda in branch 'default': Issue #19223: Add support for the 'x' mode to the bz2 module. http://hg.python.org/cpython/rev/5abc04e6579b -- nosy: +python-dev ___ Python tracker

[issue19223] Add 'x' mode to bz2.open()

2013-10-12 Thread Vajrasky Kok
Vajrasky Kok added the comment: Added doc. -- Added file: http://bugs.python.org/file32075/add_x_mode_to_bz2_v2.patch ___ Python tracker ___ _

[issue19223] Add 'x' mode to bz2.open()

2013-10-12 Thread Vajrasky Kok
Vajrasky Kok added the comment: Added test. -- keywords: +patch nosy: +vajrasky Added file: http://bugs.python.org/file32074/add_x_mode_to_bz2.patch ___ Python tracker ___ __

[issue19223] Add 'x' mode to bz2.open()

2013-10-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- components: +Library (Lib) stage: -> patch review title: bz2 and 'x' mode open -> Add 'x' mode to bz2.open() versions: -Python 3.3 ___ Python tracker __