[Python-checkins] r50825 - python/trunk/Misc/NEWS
brett.cannon
python-checkins at python.org
Tue Jul 25 19:32:21 CEST 2006
Author: brett.cannon
Date: Tue Jul 25 19:32:20 2006
New Revision: 50825
Modified:
python/trunk/Misc/NEWS
Log:
Add comment for changes to test_ossaudiodev.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Tue Jul 25 19:32:20 2006
@@ -87,6 +87,14 @@
- 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?
================================
More information about the Python-checkins
mailing list