commit | 126aef768d4394dea96f9e8f18dd3bc3ade6fd9f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 10 22:24:05 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 10 22:24:05 2012 +0200 |
tree | 696e1d690d5360e880d42c30e3716bc4e26e08a3 | |
parent | 88b957a0ab75808b016c5d5df9d155cd13cd53a3 [diff] [blame] |
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? ===============================================