summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 09:06:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 09:06:45 (GMT)
commit9cba9895028fcb24f242a3577d39f4d43198a0bc (patch)
treea1778692ebdee57b1bdb434609ed4d73bd185df0 /Misc/NEWS
parent7a1104d292cccb563e5bba73d218de08a91d961a (diff)
downloadcpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.zip
cpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.tar.gz
cpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.tar.bz2
Issue #22838: All test_re tests now work with unittest test discovery.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6916ca3..8089fac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,8 @@ Library
Tests
-----
+- Issue #22838: All test_re tests now work with unittest test discovery.
+
- Issue #22173: Update lib2to3 tests to use unittest test discovery.
- Issue #16000: Convert test_curses to use unittest.