This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pebaudhi
Recipients pebaudhi
Date 2018-05-13.10:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526207160.12.0.682650639539.issue33481@psf.upfronthosting.co.za>
In-reply-to
Content
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 using. Not Good. Pls make configparser save the comments or guide me to what I can do to fully support comments in my app. I am still reading the configparser documentation but it says its heavily customizable. Saving and loading comments is a must for my ini files.
History
Date User Action Args
2018-05-13 10:26:00pebaudhisetrecipients: + pebaudhi
2018-05-13 10:26:00pebaudhisetmessageid: <1526207160.12.0.682650639539.issue33481@psf.upfronthosting.co.za>
2018-05-13 10:26:00pebaudhilinkissue33481 messages
2018-05-13 10:25:59pebaudhicreate