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 Anaphory
Recipients Anaphory
Date 2016-03-11.06:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457678417.52.0.410667040467.issue26537@psf.upfronthosting.co.za>
In-reply-to
Content
configparser.ConfigParser (resp. ConfigParser.RawConfigParser for python2) has a optionxform function which converts the option names in a section to lower case by default.

A similar function for section titles would be expected (cf. https://github.com/lmaurits/BEASTling/issues/46#issuecomment-195131900), but it does not exist.

If ConfigParser called such a function (reasonably named sectionxform), which would default to None (or the identity function) for backward compatibility, that would be nice and consistent.
History
Date User Action Args
2016-03-11 06:40:17Anaphorysetrecipients: + Anaphory
2016-03-11 06:40:17Anaphorysetmessageid: <1457678417.52.0.410667040467.issue26537@psf.upfronthosting.co.za>
2016-03-11 06:40:17Anaphorylinkissue26537 messages
2016-03-11 06:40:16Anaphorycreate