summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-17 00:45:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-17 00:45:42 (GMT)
commit77c041ba64f87ac021c2a7a9314d9a3a1145057f (patch)
treee0f19e9fa4974fe541862907eae85fe1c3b5ba0a /Misc/NEWS
parent43036a66c37075534febdc4a4caaae8a364a9942 (diff)
parent54237f9feaefd209c2aaa5b4003810e69f6714f3 (diff)
downloadcpython-77c041ba64f87ac021c2a7a9314d9a3a1145057f.zip
cpython-77c041ba64f87ac021c2a7a9314d9a3a1145057f.tar.gz
cpython-77c041ba64f87ac021c2a7a9314d9a3a1145057f.tar.bz2
merge 3.4 (#21548)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f836c8d..e947f78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
+ docstrings.
+
- Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.