Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x) ==...
commitd0a5f16799c9ad2de4ad578b4d329faa2f7723ef
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 27 Sep 2007 07:35:10 +0000 (27 07:35 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 27 Sep 2007 07:35:10 +0000 (27 07:35 +0000)
treec1c6f8b80048c17601dd352e79ab59d1c17c04ef
parent6345de7f7152cc454e15c14da642c19f049e017b
Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time.

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