Message366148
#37206 changed the signature "pop(self, key, default=None, /)" back to "D.pop(k[,d]) -> v", taken from dict.pop.__doc__. However, the incorrect version that got reverted correctly added the positional-only indicator '/'. Docstrings with signatures for such cases may need updating.
Unlike most objects with invalid signatures (as seen by inspect.signature), the current docstring for os.get_terminal_size does not have a backup signature for help (and IDLE) to present. I cannot tell if the patch adds it. |
|
Date |
User |
Action |
Args |
2020-04-10 19:48:18 | terry.reedy | set | recipients:
+ terry.reedy, larry, serhiy.storchaka |
2020-04-10 19:48:18 | terry.reedy | set | messageid: <1586548098.71.0.337797019277.issue40178@roundup.psfhosted.org> |
2020-04-10 19:48:18 | terry.reedy | link | issue40178 messages |
2020-04-10 19:48:18 | terry.reedy | create | |
|