Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/chunk.rst

    r2 r391  
    5656   Class which represents a chunk.  The *file* argument is expected to be a
    5757   file-like object.  An instance of this class is specifically allowed.  The
    58    only method that is needed is :meth:`read`.  If the methods :meth:`seek` and
    59    :meth:`tell` are present and don't raise an exception, they are also used.
     58   only method that is needed is :meth:`~file.read`.  If the methods
     59   :meth:`~file.seek` and :meth:`~file.tell` are present and don't
     60   raise an exception, they are also used.
    6061   If these methods are present and raise an exception, they are expected to not
    6162   have altered the object.  If the optional argument *align* is true, chunks
Note: See TracChangeset for help on using the changeset viewer.