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 xflr6
Recipients lukasz.langa, miloskomarcevic, terry.reedy, xflr6
Date 2015-01-29.08:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422520437.33.0.991810342428.issue20923@psf.upfronthosting.co.za>
In-reply-to
Content
If this is the intended behaviuour, I guess ConfigParser should warn the user if he supplies a section name with a ']' (prevent failed roundtrips).

See http://bugs.python.org/issue23301

The current behaviour looks like the opposite of  Postel's law.
History
Date User Action Args
2015-01-29 08:33:57xflr6setrecipients: + xflr6, terry.reedy, lukasz.langa, miloskomarcevic
2015-01-29 08:33:57xflr6setmessageid: <1422520437.33.0.991810342428.issue20923@psf.upfronthosting.co.za>
2015-01-29 08:33:57xflr6linkissue20923 messages
2015-01-29 08:33:57xflr6create