Message316853
| Author | hniksic |
|---|---|
| Recipients | asvetlov, fried, hniksic, lukasz.langa, yselivanov |
| Date | 2018-05-16.19:30:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526499000.66.0.682650639539.issue33544@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-16 19:30:00 | hniksic | set | recipients: + hniksic, asvetlov, lukasz.langa, yselivanov, fried |
| 2018-05-16 19:30:00 | hniksic | set | messageid: <1526499000.66.0.682650639539.issue33544@psf.upfronthosting.co.za> |
| 2018-05-16 19:30:00 | hniksic | link | issue33544 messages |
| 2018-05-16 19:30:00 | hniksic | create | |