aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-23 05:52:46 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-23 05:52:46 +0200
commit29267c81ce2bca421f1ba044491200b41ed5cfd2 (patch)
treee2cfd980d104237568e8e49a94d2e63cfbc57a0d /Misc
parent#15438: add a note to math.pow() that suggests using **/pow() for integers. ... (diff)
downloadcpython-29267c81ce2bca421f1ba044491200b41ed5cfd2.tar.gz
cpython-29267c81ce2bca421f1ba044491200b41ed5cfd2.tar.bz2
cpython-29267c81ce2bca421f1ba044491200b41ed5cfd2.zip
#17249: convert a test in test_capi to use unittest and reap threads.
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 5d768ce2e19..2e07923680c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -936,6 +936,8 @@ Extension Modules
Tests
-----
+- Issue #17249: convert a test in test_capi to use unittest and reap threads.
+
- Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.