Releases: micheles/decorator
Releases · micheles/decorator
4.4.2
Decorator 4.3.2
Accepted a patch from Sylvain Marie (https://github.com/smarie): now the decorator module can decorate generator functions by preserving their being generator functions. Set python_requires='>=2.6, !=3.0.*, !=3.1.*'
in setup.py, as suggested by https://github.com/hugovk.
Decorator 4.3.1
Avoided some deprecation warnings appearing when running the tests with Python 3.7.