diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-07-25 17:32:20 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-07-25 17:32:20 +0000 |
commit | f23ad3d65e8d0f438ff2f0390a3fa28e7c011507 (patch) | |
tree | 180e8e662ac1a687d7f7d40c9876951f6b106ae0 | |
parent | 69b9b677b091fe770d73a22e0d4a11a15364bc4a (diff) | |
download | cpython-git-f23ad3d65e8d0f438ff2f0390a3fa28e7c011507.tar.gz |
Add comment for changes to test_ossaudiodev.
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -87,6 +87,14 @@ Extension Modules - Because of a misspelled preprocessor symbol, ctypes was always compiled without thread support; this is now fixed. +Tests +----- + +- Bug #1501330: Change test_ossaudiodev to be much more tolerant in terms of + how long the test file should take to play. Now accepts taking 2.93 secs + (exact time) +/- 10% instead of the hard-coded 3.1 sec. + + What's New in Python 2.5 beta 2? ================================ |