diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-20 21:03:43 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-20 21:03:43 (GMT) |
commit | 711f87ca7d8b455feb450b2fb66a3d264fd603ce (patch) | |
tree | 5117ff895eafcb0c07b99ed37560fc518406a300 /Misc | |
parent | cd1d3ef77bb4385ba59c76986eca75f8d4df8fd7 (diff) | |
download | cpython-711f87ca7d8b455feb450b2fb66a3d264fd603ce.zip cpython-711f87ca7d8b455feb450b2fb66a3d264fd603ce.tar.gz cpython-711f87ca7d8b455feb450b2fb66a3d264fd603ce.tar.bz2 |
Issue #9168: now smtpd is able to bind privileged port.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ Core and Builtins Library ------- +- Issue #9168: now smtpd is able to bind privileged port. + - Issue #12529: fix cgi.parse_header issue on strings with double-quotes and semicolons together. Patch by Ben Darnell and Petri Lehtinen. |