Jonathan Lange wrote: > On 2/23/07, Neal Becker <ndbecker2 at gmail.com> wrote: >> >>> bool ('False') >> True >> > > Non-empty strings are considered True, empty strings are considered > False. This is not a wart, as the behaviour matches that of other > sequences. > Well consider this: >>>str (4) '4' >>>int(str (4)) 4 >>>str (False) 'False' >>>bool(str(False)) True Doesn't this seem a bit inconsisent?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4