[issue41379] Configparser is not reading Indended Sections as Mentioned in Docs

2020-07-24 Thread Vignesh Rajendran
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

2020-07-24 Thread Vignesh Rajendran
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

[issue33244] Overflow error

2018-04-08 Thread Vignesh
New submission from Vignesh <vigneshprasant...@gmail.com>: Help me to recover this... -- assignee: terry.reedy components: IDLE files: New Doc 2018-04-09.pdf messages: 315107 nosy: Vignesh, terry.reedy priority: normal severity: normal status: open title: Overflow erro

[issue8751] Threading and KeyError: 51

2010-05-18 Thread Vignesh
New submission from Vignesh vigne...@mail.med.upenn.edu: I have a python script which runs a particular script large number of times (for monte carlo purpose) and the way I have scripted it is that, I queue up the script the desired number of times it should be run then I spawn threads