New submission from Nathan Naze: Setting a boolean type in argparse gives unexpected behavior when setting "True", "False", etc.
https://gist.github.com/nanaze/db63e3f63e318408e3223bf1245d9752 Would have expected parsing to fail for unclear input that doesn't neatly map to a boolean value. ---------- components: Library (Lib) messages: 265256 nosy: Nathan Naze priority: normal severity: normal status: open title: unexpected behavior for booleans in argparse type: behavior versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26994> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com