Re: [Python-ideas] [Python-Dev] PEP 3156 - Asynchronous IO Support Rebooted

Jan. 9, 2013
3:06 a.m.
On Tue, Jan 8, 2013 at 6:53 PM, Benjamin Peterson <benjamin@python.org> wrote:
No, actually, in that case it *does* raise an exception, because it means that the caller didn't understand the interface. It *returns* an exception object when the Future is done but the "result" is exceptional. But it *raises* when the Future is not done yet. -- --Guido van Rossum (python.org/~guido)
4452
Age (days ago)
4452
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guido van Rossum