bpo-13691: Fixes pydoc help (or help('help')) to show the doc for help#172
bpo-13691: Fixes pydoc help (or help('help')) to show the doc for help#172CuriousLearner wants to merge 1 commit intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
|
CLA is signed and now visible in my account. cc @ncoghlan |
|
Sorry for taking so long to review this @CuriousLearner. I'm afraid I really don't like the notion of making |
|
Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint. |
This is an attempt to fix issue http://bugs.python.org/issue13691
This is another approach which we could take to resolve the issue around the use of help.
Otherwise we could define a protocol such as introducing
__help__magic method as Nick suggested on the bug.Please let me know if this needs changes :)