commit | 3517369894fa03ebd42e2ee50643dc072eea770f | [log] [tgz] |
---|---|---|
author | Tarek Ziade <tarek@ziade.org> | Sun May 22 22:09:55 2011 +0200 |
committer | Tarek Ziade <tarek@ziade.org> | Sun May 22 22:09:55 2011 +0200 |
tree | f66006534b9e54a864998d42853f5fd9ade2a7a8 | |
parent | 2bc55e482e25587822816c3ccfc30bf66fd3f1a3 [diff] |
Issue 12132 - skip the test_buil_ext test if the xx module is not found
diff --git a/Misc/NEWS b/Misc/NEWS index 963ff89..6ebb33a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -153,6 +153,8 @@ Library ------- +- Issue #12132: Skip test_build_ext in case the xxmodule is not found. + - Issue #12105: Add O_CLOEXEC to the os module. - Issue #12079: Decimal('Infinity').fma(Decimal('0'), (3.91224318126786e+19+0j))