diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-26 17:25:28 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-26 17:25:28 (GMT) |
commit | 708c0727f9067cbf88f970f080125b7ec3128e24 (patch) | |
tree | 2ad94db811aa3b99595c44c16fca0c3d0572a0cf /Misc | |
parent | c49dfcc8dcf5aec3151f7a76fd860ce0247f9bf9 (diff) | |
download | cpython-708c0727f9067cbf88f970f080125b7ec3128e24.zip cpython-708c0727f9067cbf88f970f080125b7ec3128e24.tar.gz cpython-708c0727f9067cbf88f970f080125b7ec3128e24.tar.bz2 |
Issue #7449: Skip test_socketserver if threading support is disabled
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ Extension Modules Tests ----- +- Issue #7449: Skip test_socketserver if threading support is disabled + - On darwin, ``test_site`` assumed that a framework build was being used, leading to a failure where four directories were expected for site-packages instead of two in a non-framework build. |