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 jugmac00
Recipients jugmac00
Date 2020-10-09.09:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602235481.92.0.767870203996.issue41963@roundup.psfhosted.org>
In-reply-to
Content
The Python wiki mentions that "writing to an INI file will wipe out all comments".

https://wiki.python.org/moin/ConfigParserExamples

So, when updating the docstrings, it may be a good idea to both add a note at the read methods, that comments get ignored and to the write method(s) that on writing, the possible previous existing comments get removed.

Are there any thoughts on this or should I go forward and create a pull request?
History
Date User Action Args
2020-10-09 09:24:41jugmac00setrecipients: + jugmac00
2020-10-09 09:24:41jugmac00setmessageid: <1602235481.92.0.767870203996.issue41963@roundup.psfhosted.org>
2020-10-09 09:24:41jugmac00linkissue41963 messages
2020-10-09 09:24:41jugmac00create