[New-bugs-announce] [issue10218] Add a return value to threading.Condition.wait()

Kristján Valur Jónsson report at bugs.python.org
Thu Oct 28 09:34:22 CEST 2010


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

Add a return value to Condition.wait() that can be used to tell if Condition.wait() returns due to a timeout effect.  This mirrors other wait apis in threading.py

----------
components: Library (Lib)
files: condwait.patch
keywords: patch
messages: 119763
nosy: georg.brandl, krisvale
priority: normal
severity: normal
status: open
title: Add a return value to threading.Condition.wait()
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19393/condwait.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10218>
_______________________________________


More information about the New-bugs-announce mailing list