Message412391
> > 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". |
|
Date |
User |
Action |
Args |
2022-02-02 18:54:28 | hugovk | set | recipients:
+ hugovk, vstinner, lukasz.langa |
2022-02-02 18:54:28 | hugovk | set | messageid: <1643828068.9.0.316552010726.issue46607@roundup.psfhosted.org> |
2022-02-02 18:54:28 | hugovk | link | issue46607 messages |
2022-02-02 18:54:28 | hugovk | create | |
|