cpython: e4c4595033ad (original) (raw)

Mercurial > cpython

changeset 74784:e4c4595033ad 3.2

Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). [#1625]

Nadeem Vawda nadeem.vawda@gmail.com
date Sun, 05 Feb 2012 14:29:00 +0200
parents cd748bab3cdd
children ef78d696206a 4017f305d689
files Doc/library/bz2.rst
diffstat 1 files changed, 5 insertions(+), 2 deletions(-)[+] [-] Doc/library/bz2.rst 7

line wrap: on

line diff

--- a/Doc/library/bz2.rst +++ b/Doc/library/bz2.rst @@ -70,8 +70,11 @@ Handling of compressed files is offered This class does not support input files containing multiple streams (such as those produced by the :program:pbzip2 tool). When reading such an input file, only the first stream will be accessible. If you require

.. method:: close()