summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-10 13:06:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-10 13:06:59 (GMT)
commitcce440fab84dc4a3beec755894ac2daa57e173ec (patch)
treed6de1fd5f94a2b91241cff2f0692524c9fef56c0 /Misc
parent4847e4e1f47bae9ed1855801c70ce7fbdecfa32a (diff)
downloadcpython-cce440fab84dc4a3beec755894ac2daa57e173ec.zip
cpython-cce440fab84dc4a3beec755894ac2daa57e173ec.tar.gz
cpython-cce440fab84dc4a3beec755894ac2daa57e173ec.tar.bz2
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
ifconfig executable is not available.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 65cb245..88f718e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -234,6 +234,9 @@ IDLE
Tests
-----
+- Issue #19804: The test_find_mac test in test_uuid is now skipped if the
+ ifconfig executable is not available.
+
- Issue #19886: Use better estimated memory requirements for bigmem tests.
- Issue #20055: Fix test_shutil under Windows with symlink privileges held.