diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-06 00:51:38 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-06 00:51:38 (GMT) |
commit | 98da9d0e0de8300e1362aacb213e450c977d28dc (patch) | |
tree | 910b479dfe85ebc23dc32630c47a3bd7452c4a8f /Misc | |
parent | 7931be403d6f616777e4a46cf43ee0bd21374889 (diff) | |
parent | 9ad0aae6566311c6982a20955381cda5a2954519 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 '' |