]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x) ==...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 27 Sep 2007 07:35:10 +0000 (07:35 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 27 Sep 2007 07:35:10 +0000 (07:35 +0000)
commitc537881caab4d63e34b7424459c3822292ad2375
tree975599fcddb7135d4dcb7a18f03532850c4ff4e2
parent66ba9ffcb15d4f952b3907e375e1f290765ae79f
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.
Lib/logging/__init__.py