summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-05-05 16:17:22 +0000
committerBarry Warsaw <barry@python.org>2010-05-05 16:17:22 +0000
commit8efa867bcfa4cb5d4241733bc6f3d273e14412ea (patch)
treec7d2485f797ff98bba7d57478c35e81c911ee5ba
parent43ad706ef4fa32a1a4722254b137fe5b382a4b1b (diff)
downloadcpython-git-8efa867bcfa4cb5d4241733bc6f3d273e14412ea.tar.gz
NEWS
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52fd2760c0..c59d6afa64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@ Core and Builtins
Library
-------
+- Issue #7755: Use an unencumbered audio file for tests.
+
- Issue #8621: uuid.uuid4() returned the same sequence of values in the
parent and any children created using ``os.fork`` on MacOS X 10.6.