diff --git a/Misc/NEWS b/Misc/NEWS index f99919eca43..ae26a990b9a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #10446: Module documentation generated by pydoc now links to a + version-specific online reference manual. + - Make the 'No module named' exception message from importlib consistent. - Issue #10443: Add the SSLContext.set_default_verify_paths() method.