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 Carl.M.Johnson
Recipients Carl.M.Johnson, docs@python
Date 2011-04-26.01:55:58
SpamBayes Score 1.3365982e-07
Marked as misclassified No
Message-id <1303782960.65.0.80653815306.issue11926@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.2, help("keywords") returns the following:



Here is a list of the Python keywords.  Enter any keyword to get more help.

and                 elif                import              raise
as                  else                in                  return
assert              except              is                  try
break               finally             lambda              while
class               for                 nonlocal            with
continue            from                not                 yield
def                 global              or                  
del                 if                  pass                

- - - -

This list is missing True, False, and None.
History
Date User Action Args
2011-04-26 01:56:00Carl.M.Johnsonsetrecipients: + Carl.M.Johnson, docs@python
2011-04-26 01:56:00Carl.M.Johnsonsetmessageid: <1303782960.65.0.80653815306.issue11926@psf.upfronthosting.co.za>
2011-04-26 01:55:59Carl.M.Johnsonlinkissue11926 messages
2011-04-26 01:55:58Carl.M.Johnsoncreate