From: Ezio Melotti Date: Wed, 3 Apr 2013 23:34:33 +0000 (+0300) Subject: Remove the "Extension Modules" section. X-Git-Tag: v3.4.0a1~1032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=effbdeedb5235b197a4fae90f7b03377fc252a36;p=python Remove the "Extension Modules" section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7f0dd950b7..d1a56a6652 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1039,9 +1039,6 @@ _ Issue #17385: Fix quadratic behavior in threading.Condition. The FIFO - Issue #16692: Added TLSv1.1 and TLSv1.2 support for the ssl modules. -Extension Modules ------------------ - - Issue #17192: Import libffi-3.0.12. - Issue #12268: The io module file object write methods no longer abort early