summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-02 19:19:37 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-02 19:19:37 (GMT)
commit22ebb2d6ef6d822f93240e5e89ba1d7b8bc8b6c5 (patch)
tree9f9e68347ec94ccaaa05f874f7e9f7c182c1112a /Misc
parentc52703720718736082f9bbb15fe35b8e0c5dc551 (diff)
downloadcpython-22ebb2d6ef6d822f93240e5e89ba1d7b8bc8b6c5.zip
cpython-22ebb2d6ef6d822f93240e5e89ba1d7b8bc8b6c5.tar.gz
cpython-22ebb2d6ef6d822f93240e5e89ba1d7b8bc8b6c5.tar.bz2
#16748: test_heapq now works with unittest test discovery.
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 80e02b4..fdc3139 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -381,6 +381,8 @@ Library
Tests
-----
+- Issue #16748: test_heapq now works with unittest test discovery.
+
- Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize
options.