
Aug. 7, 2011
4:51 p.m.
David Townshend, 07.08.2011 18:37:
Is there any reason not to allow similar behaviour for True and False? i.e. True() == True
That's not similar at all. But we already have >>> type(True)() False which, written in a less surprising way, gives >>> type(False)() False Stefan