]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45173 Remove configparser deprecations (GH-28292)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 13 Sep 2021 17:12:36 +0000 (20:12 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 17:12:36 +0000 (19:12 +0200)
commit1fc41ae8709e20d741bd86c2345173688a5e84b0
treec68e72e63a373fc3730d6d45a1e287026c088227
parent85dc53a463967659075744ad911d08a32aa70dd5
bpo-45173 Remove configparser deprecations (GH-28292)

In the configparser module, these have been deprecated since Python 3.2:

* the SafeConfigParser class,
* the filename property of the ParsingError class,
* the readfp method of the ConfigParser class,
Doc/library/configparser.rst
Doc/whatsnew/3.11.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2021-09-11-17-46-20.bpo-45173.UptGAn.rst [new file with mode: 0644]