commit | cdaafe0f9eb82630de0c4083b6d76dbaea0db231 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Tue Aug 23 19:42:02 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Tue Aug 23 19:42:02 2011 +0200 |
tree | 0795f1551fe39a8386cfea86a379761a0e8f69df | |
parent | 12682b10a7013fb048a88860ad52676953851ff5 [diff] [blame] |
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
diff --git a/Misc/NEWS b/Misc/NEWS index 0701d6f..a5bc4ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -183,6 +183,8 @@ Tests ----- +- Issue #12821: Fix test_fcntl failures on OpenBSD 5. + - Issue #12331: The test suite for lib2to3 can now run from an installed Python.