ANN: decorator 3.4.1

Michele Simionato michele.simionato at gmail.com
Mon Mar 16 17:31:03 CET 2015


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


More information about the Python-announce-list mailing list