summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 822afb3..0067bc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -465,10 +465,11 @@ Library
- Implement PEP 435 "Adding an Enum type to the Python standard library".
-
Tests
-----
+- Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
+
- Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
in ASN1_TIME fields.