• Kevin Modzelewski's avatar
    Support receiving **kw for builtin functions · c2877853
    Kevin Modzelewski authored
    Need to special-case some places in the keyword handling
    since they previously assumed that they would first have
    to check if the keyword name matched a positional argument,
    before putting into the output **kw.
    c2877853
dict.py 876 Bytes