commit | ce7e51e8f615e6bc7dec1b33b23b1414c6dc27ea | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat Jul 23 15:16:23 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat Jul 23 15:16:23 2011 +0200 |
tree | 34a482fc54ea08c9bb54e59f88c6b6caeb737f32 | |
parent | 08f5f7aa81321eb667609b2f096b2fc0c092cad4 [diff] [blame] |
Add Misc/NEWS entry for c741ba9e37ef.
diff --git a/Misc/NEWS b/Misc/NEWS index 758c55b..8d11ca4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ 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.