This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aleax
Recipients
Date 2003-03-07.10:59:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
many builtin types can be called without arguments, yielding 
the 'false' (zero/empty) instance of their type.  However, 
others can't.  why is int()==0 but calling bool() raises an 
exception rather than returning False?  I consider this 
irregularity a tiny bug.  Arguably slice() should also return 
the same result as slice(None), again for regularity, but this 
is admittedly iffier.
History
Date User Action Args
2007-08-23 14:11:44adminlinkissue699312 messages
2007-08-23 14:11:44admincreate