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 jahschwa
Recipients docs@python, jahschwa
Date 2016-08-21.17:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471799232.17.0.640576355958.issue27824@psf.upfronthosting.co.za>
In-reply-to
Content
Originally reported at http://bugs.python.org/issue27762 as a behavior bug but was determined to be won't fix. Thus I think this needs to be mentioned in the documentation at https://docs.python.org/2/library/configparser.html

I propose that directly after the following:

"(For backwards compatibility, only ; starts an inline comment, while # does not.)"

be added:

"Inline comments will not be recognised in lines that contain ; before the comment itself. To ensure that inline comments work as expected, do not use ; in config values."
History
Date User Action Args
2016-08-21 17:07:12jahschwasetrecipients: + jahschwa, docs@python
2016-08-21 17:07:12jahschwasetmessageid: <1471799232.17.0.640576355958.issue27824@psf.upfronthosting.co.za>
2016-08-21 17:07:12jahschwalinkissue27824 messages
2016-08-21 17:07:12jahschwacreate