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:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631383839.78.0.984503527213.issue45173@roundup.psfhosted.org>
In-reply-to
Content
In the configparser module, these have been deprecated since Python 3.2:

* the SafeConfigParser class,
* the filename property of the ParsingError class,
* the readfp method of the ConfigParser class,

They can be removed in Python 3.11.
History
Date User Action Args
2021-09-11 18:10:39hugovksetrecipients: + hugovk
2021-09-11 18:10:39hugovksetmessageid: <1631383839.78.0.984503527213.issue45173@roundup.psfhosted.org>
2021-09-11 18:10:39hugovklinkissue45173 messages
2021-09-11 18:10:39hugovkcreate