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, lukasz.langa, vstinner
Date 2022-02-02.18:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643828068.9.0.316552010726.issue46607@roundup.psfhosted.org>
In-reply-to
Content
> > Other configparser deprecations were added in 3.2, but with DeprecationWarnings.

> Its deprecation was never documented anywhere in Doc/.

Correct, only in the docstring:

```
class LegacyInterpolation(Interpolation):
    """Deprecated interpolation used in old versions of ConfigParser.
    Use BasicInterpolation or ExtendedInterpolation instead."""
```

I've updated GH-30927 to say "deprecated in the docstring" instead of "deprecated in docs".
History
Date User Action Args
2022-02-02 18:54:28hugovksetrecipients: + hugovk, vstinner, lukasz.langa
2022-02-02 18:54:28hugovksetmessageid: <1643828068.9.0.316552010726.issue46607@roundup.psfhosted.org>
2022-02-02 18:54:28hugovklinkissue46607 messages
2022-02-02 18:54:28hugovkcreate