summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-10 04:11:34 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-10 04:11:34 (GMT)
commitb21af554ee4d8cc8d6fdc81fb77b38e812f97a4d (patch)
tree35138fbe445eb40d3742cba5624fbfedfd780138 /Misc
parent1d3e96dbe213d359b9d0af5cfdc9bc06b6638c5f (diff)
downloadcpython-b21af554ee4d8cc8d6fdc81fb77b38e812f97a4d.zip
cpython-b21af554ee4d8cc8d6fdc81fb77b38e812f97a4d.tar.gz
cpython-b21af554ee4d8cc8d6fdc81fb77b38e812f97a4d.tar.bz2
#16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 99cb90d..f1e39ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,9 @@ Library
Tests
-----
+- Issue #16898: test_bufio now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #16888: test_array now works with unittest test discovery.
Patch by Zachary Ware.