]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Copyright year & version number/version date changes.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 20 Feb 2004 13:18:36 +0000 (13:18 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 20 Feb 2004 13:18:36 +0000 (13:18 +0000)
commited6bb1414c62d352b97af171829dcba0aa42fc8c
tree0f19a0e4326d69ef4f80a781d93e8bd6dae6816e
parent48cfe38e799394e2fdf81d95af3bdbfaf8e01360
Copyright year & version number/version date changes.
Exception traceback text is now cached.
Closing a handler now removes it from the internal _handlers list.
Handlers now chain to Handler.close() from their close() methods.
Exception info can be passed as a tuple in exc_info.
shutdown() is registered to be called at application exit.
Lib/logging/__init__.py