summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-25 23:09:27 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-25 23:09:27 (GMT)
commit8c271b0c654bce0c3847e900486da404950809e3 (patch)
treea044db1e008c6d1868986e05221473f85e189973 /Misc
parenta27dcb76ee05397108271547b340c977d52ecabb (diff)
downloadcpython-8c271b0c654bce0c3847e900486da404950809e3.zip
cpython-8c271b0c654bce0c3847e900486da404950809e3.tar.gz
cpython-8c271b0c654bce0c3847e900486da404950809e3.tar.bz2
Issue #8531: Skip test_ascii_formatd if ctypes module is missing
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 8c27fba..9040939 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,8 @@ Build
Tests
-----
+- Issue #8531: Skip test_ascii_formatd if ctypes module is missing
+
- Issue #3864: Skip three test_signal tests on freebsd6 because they fail
if any thread was previously started, most likely due to a platform bug.