[issue43678] TypeError: get() got an unexpected keyword argument 'vars'

Terry J. Reedy report at bugs.python.org
Wed Oct 20 19:57:37 EDT 2021


Terry J. Reedy <tjreedy at 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 <report at bugs.python.org>
<https://bugs.python.org/issue43678>
_______________________________________


More information about the Python-bugs-list mailing list