Sijin Joseph <sijinjoseph at gmail.com> added the comment: Should True, False and None be keywords? Technically True and False are objects of type bool, in fact the only objects of that type allowed. And None is a specially designated object as well. P.S: Can anyone point me to where the help function is defined in the source? ---------- nosy: +sijinjoseph _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue11926> _______________________________________