diff options
author | Barry Warsaw <barry@python.org> | 2010-05-05 16:18:31 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-05-05 16:18:31 (GMT) |
commit | 83d8998390bebc1f1d5aa9f5d8a68f7994bede58 (patch) | |
tree | db0207c3e552ef5949465ec4aaa4eb83dfae868d /Misc | |
parent | cbb82ebd755083f3e0a6c44fe90f623df8afb0d3 (diff) | |
download | cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.zip cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.tar.gz cpython-83d8998390bebc1f1d5aa9f5d8a68f7994bede58.tar.bz2 |
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
Debian unhappy. The actual contents of the audio clip are unimportant, so
replace it with something that we know is okay. Guido likes woodpeckers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -348,6 +348,8 @@ C-API 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. |