mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix broken links
This commit is contained in:
parent
17d905449d
commit
c4785a7547
1 changed files with 3 additions and 2 deletions
|
@ -20,9 +20,10 @@ For other archive formats, see the :mod:`gzip`, :mod:`zipfile`, and
|
|||
Here is a summary of the features offered by the bz2 module:
|
||||
|
||||
* :class:`BZ2File` class implements a complete file interface, including
|
||||
:meth:`readline`, :meth:`readlines`, :meth:`writelines`, :meth:`seek`, etc;
|
||||
:meth:`~BZ2File.readline`, :meth:`~BZ2File.readlines`,
|
||||
:meth:`~BZ2File.writelines`, :meth:`~BZ2File.seek`, etc;
|
||||
|
||||
* :class:`BZ2File` class implements emulated :meth:`seek` support;
|
||||
* :class:`BZ2File` class implements emulated :meth:`~BZ2File.seek` support;
|
||||
|
||||
* :class:`BZ2File` class implements universal newline support;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue