]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 2 Feb 2022 16:59:39 +0000 (18:59 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 16:59:39 +0000 (08:59 -0800)
commite8659b47dece5a272111c0af5e340c364a9f807b
tree5721d26933066ef1da3f04c5863955926b057fca
parent38e0b9efdf164be656782db0f969fb536cfbcaf1
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)

* Revert "bpo-45173 Remove configparser deprecations"

This reverts commit df2284bc416dcccba1125b12af4499c45baabe4f.

* bpo-45173: Note these configparser deprecations will be removed in 3.12
Doc/library/configparser.rst
Doc/whatsnew/3.11.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2022-01-27-11-16-59.bpo-45173.wreRF2.rst [new file with mode: 0644]