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 Felix.Laurie.von.Massenbach
Recipients Felix.Laurie.von.Massenbach, lukasz.langa
Date 2010-11-11.14:08:22
SpamBayes Score 0.009371147
Marked as misclassified No
Message-id <1289484505.2.0.961365575039.issue10387@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps I don't understand fully, but I am reading, for example, "option = True" from a config file. When doing this getboolean raises:

AttributeError: 'bool' object has no attribute 'lower'

Is it intended that you cannot store "True" and "False" as values in the config file?

Apologies if I'm being dense.

Felix
History
Date User Action Args
2010-11-11 14:08:25Felix.Laurie.von.Massenbachsetrecipients: + Felix.Laurie.von.Massenbach, lukasz.langa
2010-11-11 14:08:25Felix.Laurie.von.Massenbachsetmessageid: <1289484505.2.0.961365575039.issue10387@psf.upfronthosting.co.za>
2010-11-11 14:08:22Felix.Laurie.von.Massenbachlinkissue10387 messages
2010-11-11 14:08:22Felix.Laurie.von.Massenbachcreate