Hrvoje Nikšić <hnik...@gmail.com> added the comment:

Deprecating Event.wait would be incorrect because Event was designed to mimic 
the threading.Event class which has a (blocking) wait() method[1].

Supporting `await event` is still worthwhile, though.

[1]
https://docs.python.org/2/library/threading.html#threading.Event.wait

----------
nosy: +hniksic

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to