Trenton Bricken <brickentren...@gmail.com> added the comment:

Update: 

I was being dumb before, the problem still remains but my work around 
previously was wrong. This is the new workaround: 

def buildBool(arg):
    if arg == 'False':
        return False
    else:
        return True

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to