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

Releases: user-cont/persistentdict

1.0.1

08 Jul 12:04
b4d1e9b
Compare
Choose a tag to compare

Patch release.

Includes #9

1.0.0

23 Oct 08:58
1a9eb91
Compare
Choose a tag to compare

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.

First release

10 Sep 10:22
21929c4
Compare
Choose a tag to compare

This is a first (and maybe the last) release of persistentdict after its separation from frambo.