From: Georg Brandl Date: Sat, 31 Jul 2010 20:13:44 +0000 (+0000) Subject: Clarify comment in comments test case explaining comment semantics. X-Git-Tag: v3.2a2~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b280e9197fcded4661b90ca064f1a83f2d80608;p=python Clarify comment in comments test case explaining comment semantics. --- diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 5a77bfdfe4..e54ccfe485 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py @@ -676,7 +676,7 @@ class CompatibleTestCase(CfgParserTestCaseClass): # but this is a comment ; another comment quirk: this;is not a comment - ; a space must precede a comment character + ; a space must precede an inline comment """) cf = self.fromstring(config_string) self.assertEqual(cf.get('Commented Bar', 'foo'), 'bar # not a comment!')