]> granicus.if.org Git - python/commitdiff
Issue #10446 NEWS entry
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 18 Nov 2010 03:50:18 +0000 (03:50 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 18 Nov 2010 03:50:18 +0000 (03:50 +0000)
Misc/NEWS

index f99919eca4376f2f0545c62f10c7417c5693c58f..ae26a990b9a3136a758ac56a2e715c918690409a 100644 (file)
--- 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.