diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-07 05:41:47 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-07 05:41:47 (GMT) |
commit | 43415ba5717fcdac45c36f6880e90a114dd538ad (patch) | |
tree | 39c28fa40ca5966efe54e4e99115a0cf4c1c5f42 /Misc | |
parent | c157347db2d348a1157af590a0644161c8dde87e (diff) | |
download | cpython-43415ba5717fcdac45c36f6880e90a114dd538ad.zip cpython-43415ba5717fcdac45c36f6880e90a114dd538ad.tar.gz cpython-43415ba5717fcdac45c36f6880e90a114dd538ad.tar.bz2 |
Issue #18010: Fix pydoc GUI search to handle package exceptions
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins Library ------- +- Issue #18010: Fix the pydoc GUI's search function to handle exceptions + from importing packages. + - Issue #25515: Always use os.urandom as a source of randomness in uuid.uuid4. - Issue #21827: Fixed textwrap.dedent() for the case when largest common |