From: Nadeem Vawda Date: Sat, 23 Jul 2011 13:16:23 +0000 (+0200) Subject: Add Misc/NEWS entry for c741ba9e37ef. X-Git-Tag: v3.2.2rc1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce7e51e8f615e6bc7dec1b33b23b1414c6dc27ea;p=python Add Misc/NEWS entry for c741ba9e37ef. --- diff --git a/Misc/NEWS b/Misc/NEWS index 758c55baa2..8d11ca4dca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,6 +37,8 @@ Core and Builtins Library ------- +- Issue #10883: Fix socket leaks in urllib.request when using FTP. + - Issue #12592: Make Python build on OpenBSD 5 (and future major releases). - Issue #12372: POSIX semaphores are broken on AIX: don't use them.