![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Ezio Melotti <ezio.melotti@gmail.com> added the comment: Attached patch adds True/False/None to the list of keywords and a special-cased path to have help('True'/'False'/'None') return the same as help(True/False/None). I also added tests and found out that nonlocal was missing too, so I added it to the list (the changes to Lib/pydoc_data/topics.py are not included in the patch -- use make pydoc-topics in Doc/ to see them). ---------- assignee: docs@python -> ezio.melotti keywords: +needs review, patch stage: needs patch -> patch review versions: +Python 3.1 Added file: http://bugs.python.org/file21816/issue11926.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11926> _______________________________________