So it is. Great!
--
http://mail.python.org/mailman/listinfo/python-list
Chris Curvey wrote:
> The following code exists in logging/config.py
>
> handlers[hand] = h
> except: #if an error occurs when instantiating a handler, too bad
> pass#this could happen e.g. because of lack of privileges
>
> The problem here is that if something did go wrong inst
The following code exists in logging/config.py
handlers[hand] = h
except: #if an error occurs when instantiating a handler, too bad
pass#this could happen e.g. because of lack of privileges
The problem here is that if something did go wrong instantiating the
handler, you have no