summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-15-10-00-04.bpo-42644.XgLCNx.rst
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.