Skip to content

v1.4.0

Compare
Choose a tag to compare
@ssanderson ssanderson released this 06 Dec 22:45
· 68 commits to master since this release
  • 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.