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, ezio.melotti, sijinjoseph |
| Date | 2011年04月27日.02:17:04 |
| SpamBayes Score | 0.0015985471 |
| Marked as misclassified | No |
| Message-id | <1303870625.22.0.635869550977.issue11926@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This can be fixed by adding 'False', 'None', and 'True' to the Helper.keywords dict in Lib/pydoc.py. I'm not sure what the topic for these should be though. True/False/None are documented in the "built-in constants" section[0] of the doc. An alternative might be to point to 'bool'[1] for True/False or just show the same help of help(True/False/None) (without quotes). [0]: http://docs.python.org/dev/py3k/library/constants.html#built-in-constants [1]: http://docs.python.org/dev/py3k/library/functions.html#bool |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011年04月27日 02:17:05 | ezio.melotti | set | recipients: + ezio.melotti, cvrebert, sijinjoseph, docs@python, Carl.M.Johnson |
| 2011年04月27日 02:17:05 | ezio.melotti | set | messageid: <1303870625.22.0.635869550977.issue11926@psf.upfronthosting.co.za> |
| 2011年04月27日 02:17:04 | ezio.melotti | link | issue11926 messages |
| 2011年04月27日 02:17:04 | ezio.melotti | create | |