]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix '_set_command_options()' so it only calls 'strtobool()' on strings
authorGreg Ward <gward@python.net>
Wed, 27 Sep 2000 00:15:37 +0000 (00:15 +0000)
committerGreg Ward <gward@python.net>
Wed, 27 Sep 2000 00:15:37 +0000 (00:15 +0000)
commit2c08cf0ffacdd450e24eeca1f58dfca571538449
treea57acdcf43d0a1d86cb12fd119e75b88e3095df1
parent81467b814626e35cc988791ff29b818f67e4a148
Fix '_set_command_options()' so it only calls 'strtobool()' on strings
(was crashing on any boolean command-line option!).
Lib/distutils/dist.py