Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
nosy: +terry.reedy
resolution: rejected -> not a bug

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to