[issue41379] Configparser is not reading Indended Sections as Mentioned in Docs
Change by Vignesh Rajendran : -- components: +Library (Lib) ___ Python tracker <https://bugs.python.org/issue41379> ___ ___ Python-bugs-list mailing list Unsub
[issue41379] Configparser is not reading Indended Sections as Mentioned in Docs
New submission from Vignesh Rajendran : https://github.com/jaraco/configparser/issues/55 Please check the Bug is raised also in Github, Sections can be intended is specified in the documentation. When I read the indented section, its throwing section not found an error in python 3.8 as per