Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109561
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Withers <chris@simplistix.co.uk> |
| Newsgroups | comp.lang.python |
| Subject | errorhandler 2.0.0 Released! |
| Date | Mon, 6 Jun 2016 08:25:50 -0500 |
| Lines | 32 |
| Message-ID | <mailman.35.1465219553.2306.python-list@python.org> (permalink) |
| References | <286b8a23-0df4-1081-b477-7d9ada03f566@simplistix.co.uk> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de gi+6RHATuDZucST12WUa0Aq+jE66R9j554pbonvaQ3gA== |
| Return-Path | <chris@simplistix.co.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'handler': 0.04; 'framework.': 0.07; 'from:name:chris withers': 0.07; 'list...': 0.07; 'pypi': 0.07; 'from:addr:simplistix.co.uk': 0.09; 'message- id:@simplistix.co.uk': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'url:github': 0.09; 'python': 0.10; '2.0.0': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'simplistix': 0.16; 'to:name:python list': 0.16; 'travis': 0.16; 'url:simplistix': 0.16; 'all,': 0.20; 'to:2**1': 0.21; 'from:addr:chris': 0.22; 'cheers,': 0.22; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'logging': 0.27; 'reporting': 0.29; "i'm": 0.30; 'code': 0.30; 'certain': 0.31; 'announce': 0.32; 'useful': 0.33; 'source': 0.33; 'lets': 0.33; 'open': 0.33; 'list': 0.34; 'level': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'release': 0.37; 'mailing': 0.38; 'to:addr:python.org': 0.40; 'received:uk': 0.61; 'charset:windows-1252': 0.62; 'here:': 0.63; 'pleased': 0.64; 'url:co': 0.65; 'continuous': 0.66 |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <286b8a23-0df4-1081-b477-7d9ada03f566@simplistix.co.uk> |
| Xref | csiph.com comp.lang.python:109561 |
Show key headers only | View raw
Hi All,
errorhandler is a tiny but useful logging handler for the python logging
framework. It lets you tell when logging above a certain level has
occurred, even if it's not in code you can control.
I'm pleased to announce the release of errorhandler 2.0.0 featuring the
following:
- Support for Python 3
- Documentation on Read The Docs
- Continuous testing using Travis CI
- Code coverage reporting through Coveralls
The package is on PyPI and a full list of all the links to docs, issue
trackers and the like can be found here:
https://github.com/Simplistix/errorhandler
Any questions, please do ask on the Testing in Python list or on the
Simplistix open source mailing list...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
errorhandler 2.0.0 Released! Chris Withers <chris@simplistix.co.uk> - 2016-06-06 08:25 -0500 Re: errorhandler 2.0.0 Released! Pavel S <pavel@schon.cz> - 2016-06-06 06:42 -0700
csiph-web