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 munircontractor
Recipients lukasz.langa, munircontractor
Date 2021-05-09.01:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620524737.05.0.00614146924922.issue44082@roundup.psfhosted.org>
In-reply-to
Content
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
2021-05-09 01:45:37munircontractorsetrecipients: + munircontractor, lukasz.langa
2021-05-09 01:45:37munircontractorsetmessageid: <1620524737.05.0.00614146924922.issue44082@roundup.psfhosted.org>
2021-05-09 01:45:37munircontractorlinkissue44082 messages
2021-05-09 01:45:36munircontractorcreate