cpython: ad20324229f4 (original) (raw)

Mercurial > cpython

changeset 74783:ad20324229f4 2.7

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:27:01 +0200
parents 7c263bfc92f5
children 2b93ee675ec4
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 @@ -72,8 +72,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()