Issue #8799: Fix and improve the threading.Condition documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 924c7dc..7abd469 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,11 @@
 - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
   Based on patch from Hervé Coatanhay.
 
+Documentation
+-------------
+
+- Issue #8799: Fix and improve the threading.Condition documentation.
+
 
 What's New in Python 3.2.3 release candidate 2?
 ===============================================