blob: ee4d111dc349a92a2b10441531e566cd3b97db72 (
plain)
1
2
3
|
``logging.disable`` will now validate the types and value of its parameter. It
also now accepts strings representing the levels (as does ``loging.setLevel``)
instead of only the numerical values.
|