]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45173 Remove configparser deprecations
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 11 Sep 2021 18:11:12 +0000 (21:11 +0300)
committerHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 11 Sep 2021 18:11:12 +0000 (21:11 +0300)
commitdf2284bc416dcccba1125b12af4499c45baabe4f
tree7c2183b5a49b9a94e94faae74fffb725f0bedaaf
parent5f5b7d0c654488206ac13e27d9a5dcffbd2cc0af
bpo-45173 Remove configparser deprecations

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]