diff options
author | Barry Warsaw <barry@python.org> | 2010-05-05 16:17:22 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-05-05 16:17:22 +0000 |
commit | 8efa867bcfa4cb5d4241733bc6f3d273e14412ea (patch) | |
tree | c7d2485f797ff98bba7d57478c35e81c911ee5ba | |
parent | 43ad706ef4fa32a1a4722254b137fe5b382a4b1b (diff) | |
download | cpython-git-8efa867bcfa4cb5d4241733bc6f3d273e14412ea.tar.gz |
NEWS
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |