summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-06 00:51:38 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-06 00:51:38 (GMT)
commit98da9d0e0de8300e1362aacb213e450c977d28dc (patch)
tree910b479dfe85ebc23dc32630c47a3bd7452c4a8f /Misc
parent7931be403d6f616777e4a46cf43ee0bd21374889 (diff)
parent9ad0aae6566311c6982a20955381cda5a2954519 (diff)
downloadcpython-98da9d0e0de8300e1362aacb213e450c977d28dc.zip
cpython-98da9d0e0de8300e1362aacb213e450c977d28dc.tar.gz
cpython-98da9d0e0de8300e1362aacb213e450c977d28dc.tar.bz2
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2ce94a..e20c33d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,9 @@ Core and Builtins
Library
-------
+- Issue #18010: Fix the pydoc web server's module search function to handle
+ exceptions from importing packages.
+
- Issue #25554: Got rid of circular references in regular expression parsing.
- Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''