Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109561
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | errorhandler 2.0.0 Released! |
| Date | 2016-06-06 08:25 -0500 |
| Message-ID | <mailman.35.1465219553.2306.python-list@python.org> (permalink) |
| References | <286b8a23-0df4-1081-b477-7d9ada03f566@simplistix.co.uk> |
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