gmr / flatdict

Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
111 stars 32 forks source link

Correction to setdefault to match default dict functionality #32

Closed abmyii closed 5 years ago

abmyii commented 5 years ago

Closes #31 (which I submitted). Includes a test for False or None keys.

gmr commented 5 years ago

Thanks!

abmyii commented 5 years ago

Great, thanks for the quick merge!