[New-bugs-announce] [issue44082] Add a method to check interpolation errors in configparser

Munir Contractor report at bugs.python.org
Sat May 8 21:45:37 EDT 2021


New submission from Munir Contractor <munircontractor at gmail.com>:

Currently, the interpolation of values is done lazily in ConfigParser, only when the value is read. The documentation for this can be improved and also a method to check for such errors can be provided. Providing such a method can help with tests and detecting potential problems earlier in an application.

----------
components: Library (Lib)
messages: 393291
nosy: lukasz.langa, munircontractor
priority: normal
severity: normal
status: open
title: Add a method to check interpolation errors in configparser
type: enhancement

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


More information about the New-bugs-announce mailing list