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 aragilar
Recipients aragilar
Date 2015-04-01.04:23:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427862188.44.0.00358189102447.issue23835@psf.upfronthosting.co.za>
In-reply-to
Content
ConfigParser(defaults={1:2.4}) and ConfigParser(defaults={"a":5.2}) cause an exception when configparser tries to perform string operations on 1 and 5.2. I didn't see it documented that defaults must only contain strings, and using ConfigParser['DEFAULT'] = {1:2.4} does the necessary string conversion, so it looks like there should be some conversion done to the defaults.
History
Date User Action Args
2015-04-01 04:23:08aragilarsetrecipients: + aragilar
2015-04-01 04:23:08aragilarsetmessageid: <1427862188.44.0.00358189102447.issue23835@psf.upfronthosting.co.za>
2015-04-01 04:23:08aragilarlinkissue23835 messages
2015-04-01 04:23:07aragilarcreate