• Kevin Modzelewski's avatar
    Fix the dict() constructor · 6081cc7a
    Kevin Modzelewski authored
    ie actually add one.  Before dict.__new__ would simply call
    object.__new__ and return something that was very much not a dict :/
    6081cc7a
dict.py 724 Bytes