[Python-Dev] bool conversion wart?

Neal Becker ndbecker2 at gmail.com
Fri Feb 23 01:31:41 CET 2007


>>> int ('4')
4

>>> bool ('False')
True




More information about the Python-Dev mailing list