mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fixed trailing whitespace in the ReST file.
This commit is contained in:
parent
daab1c8092
commit
43ae619925
1 changed files with 3 additions and 3 deletions
|
@ -982,10 +982,10 @@ ConfigParser Objects
|
|||
*source*; the default is ``'<???>'``.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
Replaces :meth:`readfp`.
|
||||
|
||||
Replaces :meth:`readfp`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
|
||||
argument by calling its :meth:`~file.readline` method. For existing code
|
||||
calling :meth:`readfp` with arguments which don't support iteration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue