]> granicus.if.org Git - python/commit
Fix what I believe is a bug: when removing all previous handlers,
authorGuido van Rossum <guido@python.org>
Fri, 20 Dec 2002 01:54:21 +0000 (01:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Dec 2002 01:54:21 +0000 (01:54 +0000)
commit24475896dd7c80695cb1b632fba37afd99d3b71b
treed7cac0d43c0669965c86656ebf1e64f64eaf140b
parent328fff72149a896141209b57b577b4dc57ea5d90
Fix what I believe is a bug: when removing all previous handlers,
should copy the handlers list because it's being modified by the loop.
Lib/logging/config.py