summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-10 13:05:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-10 13:05:27 (GMT)
commit0f11d0f778dca3bbaead1d8e2ec71067687d0296 (patch)
tree8d8ac565d29d8e8adfda9c87fd6feaa587c0d767 /Misc/NEWS
parentc9da0893d3b49b99e29e95276437d792c6ac0c9a (diff)
downloadcpython-0f11d0f778dca3bbaead1d8e2ec71067687d0296.zip
cpython-0f11d0f778dca3bbaead1d8e2ec71067687d0296.tar.gz
cpython-0f11d0f778dca3bbaead1d8e2ec71067687d0296.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5999b11..ddcf535 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,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.
- Backported tests for Tkinter variables.