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 r.david.murray
Recipients docs@python, jahschwa, lukasz.langa, r.david.murray
Date 2016-08-22.13:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471873689.19.0.24866293391.issue27824@psf.upfronthosting.co.za>
In-reply-to
Content
Alternate proposal.  Replace that whole paragraph with:

Configuration files may include comments, prefixed by specific characters (# and ;). Comments may appear on their own in an otherwise empty line.  If a line has a value or section name that does not include a ';', an inline comment can be added by entering at least one space followed by a ';' and the comment.  While supported, inline comments are fragile in the face of values that may contain ';'s, and thus are not recommended.

Of course, I'm making a (new) value judgement in that last sentence so lukasz may override me :)
History
Date User Action Args
2016-08-22 13:48:09r.david.murraysetrecipients: + r.david.murray, docs@python, lukasz.langa, jahschwa
2016-08-22 13:48:09r.david.murraysetmessageid: <1471873689.19.0.24866293391.issue27824@psf.upfronthosting.co.za>
2016-08-22 13:48:09r.david.murraylinkissue27824 messages
2016-08-22 13:48:09r.david.murraycreate