[Python-Dev] Problems with regrtest and with logging (original) (raw)
Vinay Sajip vinay_sajip at yahoo.co.uk
Fri May 6 20:57:24 CEST 2011
- Previous message: [Python-Dev] Problems with regrtest and with logging
- Next message: [Python-Dev] Problems with regrtest and with logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Éric Araujo <merwok netwok.org> writes:
Second: in packaging, we have two modules that create a logging handler. I’m not sure how if we should change the code or fix the tests to restore the handlerList, or how.
If you are saying this happens in your unit tests for packaging, then you can either restore the _handlerList using the approach in test_logging, or else you can just close the handlers when you've done with them.
If you point me at the relevant code (is it on bitbucket or on hg.python.org?) I can perhaps take a look and advise.
Regards,
Vinay Sajip
- Previous message: [Python-Dev] Problems with regrtest and with logging
- Next message: [Python-Dev] Problems with regrtest and with logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]