summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-03 07:47:22 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-03 07:47:22 (GMT)
commitd80d5f4ee8cd19e7e9a1080c3e3a5e1af74b7d07 (patch)
tree5ed99b8f748bd792fcf4a104ceec160029b67fe5 /Misc/NEWS
parent4c4c0f2fe6e6d9058911c9383bac57e4deefddb8 (diff)
downloadcpython-d80d5f4ee8cd19e7e9a1080c3e3a5e1af74b7d07.zip
cpython-d80d5f4ee8cd19e7e9a1080c3e3a5e1af74b7d07.tar.gz
cpython-d80d5f4ee8cd19e7e9a1080c3e3a5e1af74b7d07.tar.bz2
#940286: pydoc.Helper.help() ignores input/output init parameters.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abd37b9..a6afdb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Core and Builtins
Library
-------
+- Issue #940286: pydoc.Helper.help() ignores input/output init parameters.
+
- Issue #1745035: Add a command size and data size limit to smtpd.py, to
prevent DoS attacks. Patch by Savio Sena.