]> granicus.if.org Git - python/commit
Closes #20537: logging methods now accept an exception instance as well as a Boolean...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 14 Sep 2014 20:29:11 +0000 (21:29 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 14 Sep 2014 20:29:11 +0000 (21:29 +0100)
commit02a8f9e9acbe55efcbb7ebc3f821d3d2f9cca368
tree842346c95aa2afded7bcf6a5a9171448c62b64c2
parent4ff91eb5e38517222ab4e65c1f9d0757c29cebc7
Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS