summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-18 03:50:18 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-18 03:50:18 (GMT)
commit9a4030ee757bf6de568dd7aa7aaa4c76270aafea (patch)
tree0ebe8511966721e7288a91be9f4a212a64f4a695
parent0ffe6a976060431c294e4e5e2a0324a67bc9cf97 (diff)
downloadcpython-9a4030ee757bf6de568dd7aa7aaa4c76270aafea.zip
cpython-9a4030ee757bf6de568dd7aa7aaa4c76270aafea.tar.gz
cpython-9a4030ee757bf6de568dd7aa7aaa4c76270aafea.tar.bz2
Issue #10446 NEWS entry
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f99919e..ae26a99 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.