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: http://git.ipfire.org/?a=commitdiff_plain;h=c670b7eb983a192ae44cd3cbd7beb0c1a32ed22b;p=thirdparty%2FPython%2Fcpython.git add period; rewrap --- diff --git a/Misc/NEWS b/Misc/NEWS index ab9e071c7a81..c823640767e8 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.