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

Carl M. Johnson report at bugs.python.org
Tue Apr 26 03:56:00 CEST 2011


New submission from Carl M. Johnson <cmjohnson.mailinglist at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 134440
nosy: Carl.M.Johnson, docs at python
priority: normal
severity: normal
status: open
title: help("keywords") returns incomplete list of keywords
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11926>
_______________________________________


More information about the Python-bugs-list mailing list