]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 41859 from the trunk.
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Mar 2006 04:50:34 +0000 (04:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Mar 2006 04:50:34 +0000 (04:50 +0000)
commit1baff3cffdaa0bdf86ad2a0e8dbe9d56dd18d405
tree50e13523b702b8e0a73da5a8d42ea20481db2856
parent9104048378e6a310db14a53f494f1eff74a22377
Merge rev 41859 from the trunk.

test_main():  Restore the original root logger level after running
the tests.  This stops the confusing/annoying:

    No handlers could be found for logger "cookielib"

message we got whenever some test running after test_logging
happened to use cookielib.py (when not using regrtest's -r,
this happened during test_urllib2; when using -r, it varied).
Lib/test/test_logging.py