Skip to content

Releases: MrS0m30n3/twodict

Release 1.2

15 Oct 16:19
Compare
Choose a tag to compare

- Fixed update method

Release 1.1

08 Oct 12:29
Compare
Choose a tag to compare

- Added tests

- Removed the iteritems, iterkeys, itervalues, viewitems, viewkeys, viewvalues methods
        Now a call to the above methods (Python 2.*) raises NotImplementedError exception

- Fixed the update method behaviour
        Now the update method takes only one argument like the built-in dict type

- Changed the behaviour of the items, keys, values methods to mimic the behaviour of the equivalent Python3 methods

First Release

18 Jun 11:37
Compare
Choose a tag to compare

Simple two way ordered dictionary for Python.