diff options
author | Georg Brandl <georg@python.org> | 2010-12-03 07:47:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-03 07:47:22 (GMT) |
commit | d80d5f4ee8cd19e7e9a1080c3e3a5e1af74b7d07 (patch) | |
tree | 5ed99b8f748bd792fcf4a104ceec160029b67fe5 /Misc/NEWS | |
parent | 4c4c0f2fe6e6d9058911c9383bac57e4deefddb8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |