This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hugovk
Recipients hugovk
Date 2021-09-11.18:14:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631384078.5.0.0705514850685.issue45173@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-09-11 18:14:38hugovksetrecipients: + hugovk
2021-09-11 18:14:38hugovksetmessageid: <1631384078.5.0.0705514850685.issue45173@roundup.psfhosted.org>
2021-09-11 18:14:38hugovklinkissue45173 messages
2021-09-11 18:14:38hugovkcreate