diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Make the 'No module named' exception message from importlib consistent. + - Issue #10443: Add the SSLContext.set_default_verify_paths() method. - Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. |