summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-15 21:23:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-15 21:23:32 (GMT)
commit9816a1e643388d86105e740bcdc6a0122fce7297 (patch)
tree7530411f5d5314d9b7a32ba42c7094485c5bb9c0 /Misc
parentb46fe797355d21fbf5c091abf25a0d9145976e5d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 636f295..7744958 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.