[Python-Dev] Using logging in the stdlib and its unit tests

Vinay Sajip vinay_sajip at yahoo.co.uk
Fri Dec 10 12:46:18 CET 2010


Terry Reedy <tjreedy <at> udel.edu> writes:

> Your proposal struck me as probably the best way forward. Can you code 
> it up and put a patch on the tracker that people can test before the 
> next beta?

Coded up (including unit test) and checked into py3k branch, r87157. Regressions
pass OK. Old behaviour can be obtained by setting logging.lastResort = None.

Regards,

Vinay Sajip



More information about the Python-Dev mailing list