Serhii Tetora
Serhii Tetora
Hi, @squidfunk, it works for me. Many thanks for fixing this!
And one more additional question to using of `ini::IniFile`. Should I always do a `inifile.clear()` or `inifile` will be automatically destructed when it is not used anymore?
> So if I understand you correctly either the section or the key of a section that you try to access does not exist in the inifile, correct? Correct. >...
Thanks for the feedback! > If this should really be allowed, maybe it's a problem with the [stubs](https://github.com/python/typeshed/blob/8d96801533918957fb194e101cb321bfe1f836f8/stdlib/configparser.pyi#L324) for this attribute? What would you recommend to do in this case?