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.

classification
Title: Add a method to check interpolation errors in configparser
Type: enhancement Stage: patch review
Components: Library (Lib) Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: lukasz.langa, munircontractor
Priority: normal Keywords: patch

Created on 2021-05-09 01:45 by munircontractor, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 26002 open munircontractor, 2021-05-09 01:49
Messages (1)
msg393291 - (view) Author: Munir Contractor (munircontractor) * Date: 2021-05-09 01:45
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.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88248
2021-05-09 01:49:58munircontractorsetkeywords: + patch
stage: patch review
pull_requests: + pull_request24655
2021-05-09 01:45:37munircontractorcreate