New submission from Kristján Valur Jónsson <krist...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to