Exceptions raised during renaming in rotating file handlers are now passed to handleE...
commit885d1659e185835bfb973d9c9be27b7266b184fe
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 16 Jan 2006 09:27:58 +0000 (16 09:27 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 16 Jan 2006 09:27:58 +0000 (16 09:27 +0000)
treed9c8544f5c5fc6be02bd78edbb09da340e00cadd
parentbfd2dce3f7d8e301e78c064ce0f8e692344fd11e
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).

git-svn-id: http://svn.python.org/projects/python/trunk@42069 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/logging/handlers.py