Addressed SF#1524081 by using a dictionary to map level names to syslog priority...
commitd508b2919f2ab2a24dc61fed65d1c3f178f74490
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 20 Jul 2006 23:20:12 +0000 (20 23:20 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 20 Jul 2006 23:20:12 +0000 (20 23:20 +0000)
tree9a70be171b7462e5ac1e0e812103ae7c346a2661
parenteb6c55e1846fe12bf305a9e518538d8bdf07bed0
Addressed SF#1524081 by using a dictionary to map level names to syslog priority names, rather than a string.lower().

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