This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients OG7, amaury.forgeotdarc, flox, jnoller, pitrou, vinay.sajip
Date 2009-11-24.22:41:45
SpamBayes Score 0.00054877123
Marked as misclassified No
Message-id <1259102513.69.0.711764579788.issue6615@psf.upfronthosting.co.za>
In-reply-to
Content
yep... patch was not clean. Sorry :(

I changed it.
It passes the 21 tests of the test_logging suite.

And the count of references decreases with the test:

>>> import logging
>>> handler = logging.Handler()
>>> handler = logging.Handler()
History
Date User Action Args
2009-11-24 22:41:53floxsetrecipients: + flox, vinay.sajip, amaury.forgeotdarc, pitrou, OG7, jnoller
2009-11-24 22:41:53floxsetmessageid: <1259102513.69.0.711764579788.issue6615@psf.upfronthosting.co.za>
2009-11-24 22:41:46floxlinkissue6615 messages
2009-11-24 22:41:46floxcreate