v1.4.0
- Added
interface.default
, which allows users to define default implementations of interface methods. - Added a backport of
functools.wraps
in python 2 that sets__wrapped__
on wrapping functions.
Note:
Version 1.3.0 was released with a bug in the implementation of default
. Users are encouraged to use 1.4.0 instead.