[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
miss-islington added the comment: New changeset 4dd2112a1d26e03b605bed0f89e3678041ad1490 by Miss Islington (bot) in branch '3.9': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/4dd2112a1d26e03b605bed0f89e3678041ad1490 --

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
miss-islington added the comment: New changeset c076d488059c96e97936f4d669e32aea0994886f by Miss Islington (bot) in branch '3.8': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/c076d488059c96e97936f4d669e32aea0994886f --

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +22311 pull_request: https://github.com/python/cpython/pull/23418 ___ Python tracker ___ __

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +22310 pull_request: https://github.com/python/cpython/pull/23417 ___ Python tracker _

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 7ddbaa7a1b3e61847ee99658be6a7268a049e302 by Terry Jan Reedy in branch 'master': bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) https://github.com/python/cpython/commit/7ddbaa7a1b3e61847ee99658be6a7268a049e302 -- __

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +22309 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23416 ___ Python tracker __

[issue42416] IDLE calltip.get_argspec: use inspect.getdoc, comment fob

2020-11-19 Thread Terry J. Reedy
New submission from Terry J. Reedy : Followup to PR-23393 of #1635741. Use inspect.getdoc to get docstrings. Restore test skipped in that PR and fix two that will fail because getdoc gets docstrings that are currently missed. The line defining fob is only needed to get signatures for instan