diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-10-15 21:23:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-10-15 21:23:32 (GMT) |
commit | 9816a1e643388d86105e740bcdc6a0122fce7297 (patch) | |
tree | 7530411f5d5314d9b7a32ba42c7094485c5bb9c0 /Misc | |
parent | b46fe797355d21fbf5c091abf25a0d9145976e5d (diff) | |
download | cpython-9816a1e643388d86105e740bcdc6a0122fce7297.zip cpython-9816a1e643388d86105e740bcdc6a0122fce7297.tar.gz cpython-9816a1e643388d86105e740bcdc6a0122fce7297.tar.bz2 |
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -430,6 +430,8 @@ IDLE Tests ----- +- Issue #14407: Fix unittest test discovery in test_concurrent_futures. + - Issue #18919: Unified and extended tests for audio modules: aifc, sunau and wave. |