[New-bugs-announce] [issue45173] Remove configparser deprecations

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


New submission from Hugo van Kemenade <hugovk+python at gmail.com>:

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.

----------
components: Library (Lib)
messages: 401644
nosy: hugovk
priority: normal
severity: normal
status: open
title: Remove configparser deprecations
versions: Python 3.11

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


More information about the New-bugs-announce mailing list