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


Groups > comp.lang.python > #109561 > unrolled thread

errorhandler 2.0.0 Released!

Started byChris Withers <chris@simplistix.co.uk>
First post2016-06-06 08:25 -0500
Last post2016-06-06 06:42 -0700
Articles 2 — 2 participants

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#109561 — errorhandler 2.0.0 Released!

FromChris Withers <chris@simplistix.co.uk>
Date2016-06-06 08:25 -0500
Subjecterrorhandler 2.0.0 Released!
Message-ID<mailman.35.1465219553.2306.python-list@python.org>
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

[toc] | [next] | [standalone]


#109562

FromPavel S <pavel@schon.cz>
Date2016-06-06 06:42 -0700
Message-ID<f0fd4726-bdf5-4345-884f-ac420af059f1@googlegroups.com>
In reply to#109561
Hi,
can you explain, why is the attribute 'fired' class-level and not instance-level? There must be good reason for modifying class attribute from instance.


Dne pondělí 6. června 2016 15:26:08 UTC+2 Chris Withers napsal(a):
> 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

[toc] | [prev] | [standalone]


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


csiph-web