From: Nadeem Vawda Date: Sat, 23 Jul 2011 14:13:01 +0000 (+0200) Subject: Fix typo in NEWS entry for dbf1e1a27427. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d2889f56c31b4a91f1fe74d8728a02890f51014;p=python Fix typo in NEWS entry for dbf1e1a27427. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7448838b20..2ad6f63fbf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,7 +37,7 @@ Core and Builtins Library ------- -- Issue #10883: Fix socket leaks in urllib.request when using FTP. +- Issue #10883: Fix socket leaks in urllib when using FTP. - Issue #12592: Make Python build on OpenBSD 5 (and future major releases).