[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: +1 for closing. -- nosy: +ajaksu2 priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974019 ___

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-04-22 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda draghu...@gmail.com: -- resolution: - wont fix status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974019 ___

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy, patch stage: - test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974019 ___

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2008-02-01 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: With the latest python, get() itself fails with boolean value default. I tried with this script: - from ConfigParser import ConfigParser cfg = ConfigParser({'var':True}) cfg.add_section('test_section') print cfg.getboolean('test_section',