bidict v0.14.1 Release Notes

Release Date: 2017-11-28 // over 6 years ago
    • 🛠 Fix a bug introduced in 0.14.0 where hashing a :class:~bidict.frozenbidict\’s inverse (e.g. f = frozenbidict(); {f.inv: '...'}) would cause an AttributeError.

    • 🛠 Fix a bug introduced in 0.14.0 for Python 2 users where attempting to call viewitems() would cause a TypeError. #48 <https://github.com/jab/bidict/issues/48>__