Issue #10446 NEWS entry

This commit is contained in:
Alexander Belopolsky 2010-11-18 03:50:18 +00:00
parent 0ffe6a9760
commit 9a4030ee75

View file

@ -18,6 +18,9 @@ Core and Builtins
Library 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. - Make the 'No module named' exception message from importlib consistent.
- Issue #10443: Add the SSLContext.set_default_verify_paths() method. - Issue #10443: Add the SSLContext.set_default_verify_paths() method.