The decorator module is 10 year old but still alive and kicking!

This release 3.4.1 contains some minor bug fixes. The big change is in the 
hosting: since Google Code is shutting down the project is now hosted on GitHub:

https://github.com/micheles/decorator

You can download the new release from PyPI with the usual

$ pip install decorator

The documentation is on GitHub too:

https://github.com/micheles/decorator/blob/3.4.1/documentation.rst (for Python 
2.X)

https://github.com/micheles/decorator/blob/3.4.1/documentation3.rst (for Python 
3.X)

Travis is now used to run the tests on several Python versions at the same
time:

https://travis-ci.org/micheles/decorator/builds/54584865

Enjoy!

      Michele Simionato
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to