]> granicus.if.org Git - python/commitdiff
add period; rewrap
authorBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:49:23 +0000 (13:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:49:23 +0000 (13:49 +0000)
Misc/NEWS

index ab9e071c7a81e3db2f3ea85a3fee470c45648498..c823640767e8dcbfbc413891384c62f896f5b0b2 100644 (file)
--- 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.