diff --git a/Misc/NEWS b/Misc/NEWS index 3ab1e3eab7f..282425d81b2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -237,6 +237,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.