Add Misc/NEWS entry for c741ba9e37ef.

This commit is contained in:
Nadeem Vawda 2011-07-23 15:16:23 +02:00
parent 08f5f7aa81
commit ce7e51e8f6

View file

@ -37,6 +37,8 @@ Core and Builtins
Library 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 #12592: Make Python build on OpenBSD 5 (and future major releases).
- Issue #12372: POSIX semaphores are broken on AIX: don't use them. - Issue #12372: POSIX semaphores are broken on AIX: don't use them.