Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1621 > unrolled thread

ANN: decorator 3.4.1

Started byMichele Simionato <michele.simionato@gmail.com>
First post2015-03-16 09:31 -0700
Last post2015-03-16 09:31 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: decorator 3.4.1 Michele Simionato <michele.simionato@gmail.com> - 2015-03-16 09:31 -0700

#1621 — ANN: decorator 3.4.1

FromMichele Simionato <michele.simionato@gmail.com>
Date2015-03-16 09:31 -0700
SubjectANN: decorator 3.4.1
Message-ID<mailman.453.1426524980.21433.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web