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 cis-muzahid, eric.smith, terry.reedy
Date 2021-10-20.23:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634774257.82.0.0501281954716.issue43678@roundup.psfhosted.org>
In-reply-to
Content
I presume something like this:
>>> {}.get(vars=1)
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    {}.get(vars=1)
TypeError: get() takes no keyword arguments  # 3.8+

Report is 3.7.
History
Date User Action Args
2021-10-20 23:57:37terry.reedysetrecipients: + terry.reedy, eric.smith, cis-muzahid
2021-10-20 23:57:37terry.reedysetmessageid: <1634774257.82.0.0501281954716.issue43678@roundup.psfhosted.org>
2021-10-20 23:57:37terry.reedylinkissue43678 messages
2021-10-20 23:57:37terry.reedycreate