summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 13:49:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-03 13:49:23 (GMT)
commitc670b7eb983a192ae44cd3cbd7beb0c1a32ed22b (patch)
tree251f4d2d29d557480402b7df22834ddcf58b9ef0
parent743242af90179f72776155919e7575315f179fc2 (diff)
downloadcpython-c670b7eb983a192ae44cd3cbd7beb0c1a32ed22b.zip
cpython-c670b7eb983a192ae44cd3cbd7beb0c1a32ed22b.tar.gz
cpython-c670b7eb983a192ae44cd3cbd7beb0c1a32ed22b.tar.bz2
add period; rewrap
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab9e071..c823640 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.