diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 13:05:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-10 13:05:27 (GMT) |
commit | 0f11d0f778dca3bbaead1d8e2ec71067687d0296 (patch) | |
tree | 8d8ac565d29d8e8adfda9c87fd6feaa587c0d767 /Misc/NEWS | |
parent | c9da0893d3b49b99e29e95276437d792c6ac0c9a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |