diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-10 20:24:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-04-10 20:24:05 (GMT) |
commit | 126aef768d4394dea96f9e8f18dd3bc3ade6fd9f (patch) | |
tree | 696e1d690d5360e880d42c30e3716bc4e26e08a3 /Misc | |
parent | 88b957a0ab75808b016c5d5df9d155cd13cd53a3 (diff) | |
download | cpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.zip cpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.tar.gz cpython-126aef768d4394dea96f9e8f18dd3bc3ade6fd9f.tar.bz2 |
Issue #8799: Fix and improve the threading.Condition documentation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =============================================== |