summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-10-20 21:14:36 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-10-20 21:14:36 (GMT)
commit407cfd1a269845208786bb9e7074e9990fa96dd7 (patch)
treebb8743531200bb1d6bab38a2ca6f0e2b8f16ac85 /Misc
parent0cc147e9a2e05544ff00a1383891a1da0ef2a894 (diff)
parent711f87ca7d8b455feb450b2fb66a3d264fd603ce (diff)
downloadcpython-407cfd1a269845208786bb9e7074e9990fa96dd7.zip
cpython-407cfd1a269845208786bb9e7074e9990fa96dd7.tar.gz
cpython-407cfd1a269845208786bb9e7074e9990fa96dd7.tar.bz2
Issue #9168: now smtpd is able to bind privileged port.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71be0af..bfd97cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -322,6 +322,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.