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 r.david.murray
Recipients Carl.M.Johnson, cvrebert, docs@python, eric.araujo, ezio.melotti, r.david.murray, sijinjoseph
Date 2011-04-27.15:06:23
SpamBayes Score 0.029471586
Marked as misclassified No
Message-id <1303916784.68.0.952590904513.issue11926@psf.upfronthosting.co.za>
In-reply-to
Content
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))
History
Date User Action Args
2011-04-27 15:06:24r.david.murraysetrecipients: + r.david.murray, ezio.melotti, eric.araujo, cvrebert, sijinjoseph, docs@python, Carl.M.Johnson
2011-04-27 15:06:24r.david.murraysetmessageid: <1303916784.68.0.952590904513.issue11926@psf.upfronthosting.co.za>
2011-04-27 15:06:23r.david.murraylinkissue11926 messages
2011-04-27 15:06:23r.david.murraycreate