[Python-checkins] [3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)

miss-islington webhook-mailer at python.org
Wed May 11 13:38:40 EDT 2022


https://github.com/python/cpython/commit/a2c8180a9a0061ffe021da2bf1983278195ce240
commit: a2c8180a9a0061ffe021da2bf1983278195ce240
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-11T10:38:30-07:00
summary:

[3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)



(cherry picked from commit 75e463430efcb5b20efa93f9a5d98ccd03d83a3d)


Co-authored-by: Hugo van Kemenade <hugovk at users.noreply.github.com>

Automerge-Triggered-By: GH:serhiy-storchaka

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 40e68e64e0429..6518eea4c7ba5 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1170,7 +1170,7 @@ Deprecated
 
   * the :class:`configparser.SafeConfigParser` class
   * the :attr:`configparser.ParsingError.filename` property
-  * the :meth:`configparser.ParsingError.readfp` method
+  * the :meth:`configparser.RawConfigParser.readfp` method
 
   (Contributed by Hugo van Kemenade in :issue:`45173`.)
 



More information about the Python-checkins mailing list