bidict v0.13.1 Release Notes

Release Date: 2017-03-15 // over 7 years ago
    • 🛠 Fix regression introduced by the new :meth:~bidict.BidirectionalMapping.__subclasshook__ functionality in 0.13.0 so that issubclass(OldStyleClass, BidirectionalMapping) once again works with old-style classes, returning False rather than raising :class:AttributeError #41 <https://github.com/jab/bidict/pull/41>__