Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@jpopelka jpopelka released this 23 Oct 08:58
· 5 commits to master since this release
1a9eb91

Brings a breaking change in __getitem__(), which now raises KeyError if the key is not found (#4).
Also adds (#6) new get(key[, default]) method which works the way the __getitem__() was before the above change.