Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1621
| Newsgroups | comp.lang.python.announce |
|---|---|
| Date | 2015-03-16 09:31 -0700 |
| Subject | ANN: decorator 3.4.1 |
| From | Michele Simionato <michele.simionato@gmail.com> |
| Message-ID | <mailman.453.1426524980.21433.python-announce-list@python.org> (permalink) |
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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN: decorator 3.4.1 Michele Simionato <michele.simionato@gmail.com> - 2015-03-16 09:31 -0700
csiph-web