summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2013-08-03 14:18:55 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2013-08-03 14:18:55 (GMT)
commitfb0ffa12fc79dfa4f97a61d9c32995551f995c1d (patch)
tree0196464fa32012b4828dedf4cf3d0c360d7dc10b /Misc
parent13371303351de5812c07d55dc29cacdef5cf1287 (diff)
parent1dfb9180a736c9033730ce05db696ee32c5a3d1c (diff)
downloadcpython-fb0ffa12fc79dfa4f97a61d9c32995551f995c1d.zip
cpython-fb0ffa12fc79dfa4f97a61d9c32995551f995c1d.tar.gz
cpython-fb0ffa12fc79dfa4f97a61d9c32995551f995c1d.tar.bz2
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f066212..edf95f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -599,6 +599,8 @@ Library
Tests
-----
+- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
+
- Issue #18396: Fix spurious test failure in test_signal on Windows when
faulthandler is enabled (Patch by Jeremy Kloth)