]> granicus.if.org Git - python/commit
Changed basicConfig() to add keyword arguments. Changes are backward-compatible.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 3 Jul 2004 11:47:26 +0000 (11:47 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 3 Jul 2004 11:47:26 +0000 (11:47 +0000)
commit779e0c93346ab5458a8417148c4a23c1d915f6b8
tree0cbb47dab1982142ab3c675b79e2fec31cb4cf94
parenta13c60b81029eb37ca1d8fbac00f63ca717e4fd3
Changed basicConfig() to add keyword arguments. Changes are backward-compatible.
Added error checking to log() to check that level is an integer, and raise a TypeError if not (as long as raiseExceptions is set).
Minor documentation corrections.
Lib/logging/__init__.py