[issue21498] configparser accepts keys beginning with comment_chars when writing

2020-01-11 Thread Batuhan
Batuhan added the comment: Any update on this? Discussion over Python-Dev looks like finished without a consensus/resolution. -- nosy: +BTaskaya ___ Python tracker ___ __

[issue21498] configparser accepts keys beginning with comment_chars when writing

2014-05-26 Thread Łukasz Langa
Changes by Łukasz Langa : -- assignee: -> lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue21498] configparser accepts keys beginning with comment_chars when writing

2014-05-13 Thread Florian Bruhin
New submission from Florian Bruhin: When adding something to a configparser instance which has a key beginning with a comment char, it writes the data to a file without generating an error, and when reading the file back obviously the data is different as it's a comment: >>> cp = configpar