summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-10 20:24:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-10 20:24:05 (GMT)
commit126aef768d4394dea96f9e8f18dd3bc3ade6fd9f (patch)
tree696e1d690d5360e880d42c30e3716bc4e26e08a3 /Misc/NEWS
parent88b957a0ab75808b016c5d5df9d155cd13cd53a3 (diff)
downloadcpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.zip
cpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.tar.gz
cpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.tar.bz2
Issue #8799: Fix and improve the threading.Condition documentation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 924c7dc..7abd469 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,11 @@ Build
- 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?
===============================================