[issue25243] decouple string-to-boolean logic from ConfigParser.getboolean and offer as separate function

Joshua Bronson report at bugs.python.org
Wed Apr 27 14:13:15 EDT 2016


Joshua Bronson added the comment:

Though come to think of it, the issue you raised with using "from" in the method name wouldn't apply here, since the static method is on the bool class, and the method does return bool.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25243>
_______________________________________


More information about the Python-bugs-list mailing list