[issue33481] configparser.write() does not save comments.

2018-05-14 Thread Martin Panter
Martin Panter added the comment: Looks like Issue 1410680 has a new function to merge comments with new config values (among other things). -- nosy: +martin.panter ___ Python tracker

[issue33481] configparser.write() does not save comments.

2018-05-13 Thread R. David Murray
Change by R. David Murray : -- nosy: +lukasz.langa ___ Python tracker ___ ___

[issue33481] configparser.write() does not save comments.

2018-05-13 Thread David James Peters
New submission from David James Peters : The ConfigParser().write() does not save the comments; this makes using comments harder because it requires a separate demo ini file the user must be able to locate and read from without learning anything from the INI file they are