Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1621
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <news@google.com> |
| X-Original-To | python-announce@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'pypi': 0.07; 'subject:ANN': 0.07; 'decorator': 0.09; 'url:github': 0.09; 'python': 0.11; 'bug': 0.12; 'fixes.': 0.16; 'travis': 0.16; 'url:rst': 0.16; 'module': 0.19; 'tests': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'versions': 0.24; '(for': 0.26; 'code': 0.31; 'minor': 0.31; 'time:': 0.31; 'run': 0.32; 'received:209.85': 0.35; 'usual': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'url:org': 0.36; 'project': 0.37; 'received:209': 0.37; 'hosted': 0.39; 'release': 0.40; 'new': 0.61; 'url:3': 0.61; 'url:4': 0.69; 'to:addr:comp- lang-python-announce': 0.70; 'to:addr:moderators.isc.org': 0.77 |
| Delivered-To | comp-lang-python-announce@moderators.isc.org |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=path:newsgroups:date:complaints-to:injection-info:nntp-posting-host :user-agent:mime-version:message-id:subject:from:injection-date:to :content-type; bh=uCKSvyVNLpWb8NAoFqIw24V8OligCyJSElXd84E/inY=; b=dge1BWnzPJ6BWojrpnoExtPxo8ybase6a9Vhg76X8JYxWELicuuq8+zh7pzHcuP2eH pMjBhm+EAMR/617sG5o4LyzUrpwxD1j+91LiVnSsfXqPEBJ+OuhpypvpK7VnvXIJOXq8 ZNyKxLFrBo7q01aWIIDQp4FO8DWHQImt/iqF57siLJro28SSAxxJJ4BPkTXNC0Pb7wn/ LPPrVvOONPlUWKFj7KyXk4PX0SdgRwyYEOCozPIFr18tc11uC9NkjECIGVUwiinuodwC CJd6xZQOjkUJsl9c2iv2GYptDvfiiZpaEdBUdj30HtjAE+CKPdqqSEsMxxMNBewqigA+ cCPQ== |
| X-Received | by 10.236.202.233 with SMTP id d69mr3139338yho.13.1426523463249; Mon, 16 Mar 2015 09:31:03 -0700 (PDT) |
| X-Received | by 10.140.48.165 with SMTP id o34mr985719qga.37.1426523463203; Mon, 16 Mar 2015 09:31:03 -0700 (PDT) |
| Newsgroups | comp.lang.python.announce |
| Date | Mon, 16 Mar 2015 09:31:03 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=2.225.185.4; posting-account=gxxH8QkAAABVKeYyAqGOGoaFtdDdsshI |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Subject | ANN: decorator 3.4.1 |
| From | Michele Simionato <michele.simionato@gmail.com> |
| Injection-Date | Mon, 16 Mar 2015 16:31:03 +0000 |
| To | comp-lang-python-announce@moderators.isc.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Mailman-Approved-At | Mon, 16 Mar 2015 17:56:19 +0100 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.453.1426524980.21433.python-announce-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1426524980 news.xs4all.nl 2902 [2001:888:2000:d::a6]:44896 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1621 |
Show key headers only | View raw
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