milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Python3 signature #16

Closed coldfix closed 10 years ago

coldfix commented 10 years ago

Python3-only support for conserving signatures. That means default-arguments will be usable. This is a rather minimalistic approach that introduces no extra dependencies on third-party libraries and does not break python2 compatibility.

milibopp commented 10 years ago

Thanks for taking care of this issue.