StreamHandler now checks explicitly for None before using sys.stderr as the stream...
commitc0a50072ee31bae2af1617f981fb1804b0d4ddb7
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 11 Apr 2006 21:42:00 +0000 (11 21:42 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 11 Apr 2006 21:42:00 +0000 (11 21:42 +0000)
treef0ff1dc463d78f51c424622b8c423beb40dc1725
parent519cc8ea8928a2137c4b8bdbd1e3bc473e511958
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840).

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