[issue45173] Remove configparser deprecations

Hugo van Kemenade report at bugs.python.org
Sat Sep 11 14:14:38 EDT 2021


Hugo van Kemenade <hugovk+python at gmail.com> added the comment:

Also, the LegacyInterpolation class is deprecated since Python 3.2 but with no DeprecationWarning.

A quick sampling of GitHub results shows only copies of CPython's configparser.py and test_configparser.py

https://github.com/search?l=Python&p=1&q=LegacyInterpolation+extension%3Apy+language%3APython+language%3APython&ref=advsearch&type=Code

No use found in the top 200 PyPI packages.

Is it safe to remove now, or should it raise DeprecationWarning for a couple of releases first?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45173>
_______________________________________


More information about the Python-bugs-list mailing list