7.0.4
dict.setdefault() does not change the default value if called twice. Therefore, defaults need to passed to the super call instead.
dict.setdefault() does not change the default value if called twice. Therefore, defaults need to passed to the super call instead.