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 ezio.melotti
Recipients Carl.M.Johnson, cvrebert, docs@python, eric.araujo, ezio.melotti, r.david.murray, sijinjoseph
Date 2011-04-28.02:20:29
SpamBayes Score 0.00012100979
Marked as misclassified No
Message-id <1303957230.86.0.438522962225.issue11926@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-04-28 02:20:30ezio.melottisetrecipients: + ezio.melotti, eric.araujo, r.david.murray, cvrebert, sijinjoseph, docs@python, Carl.M.Johnson
2011-04-28 02:20:30ezio.melottisetmessageid: <1303957230.86.0.438522962225.issue11926@psf.upfronthosting.co.za>
2011-04-28 02:20:30ezio.melottilinkissue11926 messages
2011-04-28 02:20:30ezio.melotticreate