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 terry.reedy
Recipients larry, serhiy.storchaka, terry.reedy
Date 2020-04-10.19:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586548098.71.0.337797019277.issue40178@roundup.psfhosted.org>
In-reply-to
Content
#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.
History
Date User Action Args
2020-04-10 19:48:18terry.reedysetrecipients: + terry.reedy, larry, serhiy.storchaka
2020-04-10 19:48:18terry.reedysetmessageid: <1586548098.71.0.337797019277.issue40178@roundup.psfhosted.org>
2020-04-10 19:48:18terry.reedylinkissue40178 messages
2020-04-10 19:48:18terry.reedycreate