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

R. David Murray report at bugs.python.org
Wed Apr 27 17:06:24 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

As part of fixing this we should add a unit test to pydoc that goes something like this:

  assertEqual(sorted(pydoc.Helper.keywords.keys())), sorted(keyword.kwlist))

----------
nosy: +r.david.murray

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


More information about the docs mailing list