Changeset 391 for python/trunk/Doc/library/chunk.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/chunk.rst
r2 r391 56 56 Class which represents a chunk. The *file* argument is expected to be a 57 57 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. 60 61 If these methods are present and raise an exception, they are expected to not 61 62 have altered the object. If the optional argument *align* is true, chunks
Note:
See TracChangeset
for help on using the changeset viewer.