Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daab1c8 commit 43ae619Copy full SHA for 43ae619
1 file changed
Doc/library/configparser.rst
@@ -982,10 +982,10 @@ ConfigParser Objects
982
*source*; the default is ``'<???>'``.
983
984
.. versionadded:: 3.2
985
- Replaces :meth:`readfp`.
986
-
+ Replaces :meth:`readfp`.
+
987
.. note::
988
989
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
990
argument by calling its :meth:`~file.readline` method. For existing code
991
calling :meth:`readfp` with arguments which don't support iteration,
0 commit comments