summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-10 02:32:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-10 02:32:01 (GMT)
commitf472a90d318d55e2c71d4d131bca423146b5d293 (patch)
treec9790900eba205c2241c76743d6e4b99d3cf9c1b /Misc/NEWS
parente212370feae4d1d40e2325ad9b33bd944cd5f290 (diff)
downloadcpython-f472a90d318d55e2c71d4d131bca423146b5d293.zip
cpython-f472a90d318d55e2c71d4d131bca423146b5d293.tar.gz
cpython-f472a90d318d55e2c71d4d131bca423146b5d293.tar.bz2
#16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d678dc..e9c7d9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,9 @@ Library
Tests
-----
+- Issue #16897: test_bisect now works with unittest test discovery.
+ Initial patch by Zachary Ware.
+
- Issue #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath
now work with unittest test discovery. Patch by Zachary Ware.