diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index fbc593b92e7..49e348f82bc 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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,