]> granicus.if.org Git - python/commit
Added 'strtobool()' function: convert strings like "yes", "1",
authorGreg Ward <gward@python.net>
Mon, 25 Sep 2000 01:25:06 +0000 (01:25 +0000)
committerGreg Ward <gward@python.net>
Mon, 25 Sep 2000 01:25:06 +0000 (01:25 +0000)
commit817dc098efd0c2cba674cee32950fc5626e12881
tree0422479ab0049c8710768572fc12baf101a0f33b
parentceb9e226a638301e68420d7b6728bdc86fd30f0c
Added 'strtobool()' function: convert strings like "yes", "1",
"no", "0", etc. to true/false.
Lib/distutils/util.py