From: Benjamin Peterson Date: Sat, 3 Jul 2010 13:49:23 +0000 (+0000) Subject: add period; rewrap X-Git-Tag: v2.7~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c670b7eb983a192ae44cd3cbd7beb0c1a32ed22b;p=python add period; rewrap --- diff --git a/Misc/NEWS b/Misc/NEWS index ab9e071c7a..c823640767 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,8 +17,8 @@ Core and Builtins Library ------- -- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop - module, ensure that the input string length is a multiple of the frame size +- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, + ensure that the input string length is a multiple of the frame size. - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure.