[issue11926] help("keywords") returns incomplete list of keywords

Sijin Joseph report at bugs.python.org
Tue Apr 26 14:46:33 CEST 2011


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>
_______________________________________


More information about the Python-bugs-list mailing list