Message373510
As another datapoint, this also broke some of my code on 3.8 because I was using `concurrent.futures.CancelledError` rather than `asyncio.CancelledError` to handle cancelled futures. And I'm certainly not the only one to have done this given that it's mentioned in at least two Stack Overflow answers: https://stackoverflow.com/a/38655063 and https://stackoverflow.com/a/36277556
While I understand the rationale behind this change, it would've been good to include this inheritance detail in the 3.8 release notes. |
|
Date |
User |
Action |
Args |
2020-07-11 03:14:16 | JustAnotherArchivist | set | recipients:
+ JustAnotherArchivist, gvanrossum, gustavo, asvetlov, chris.jerdonek, socketpair, Dima.Tisnek, yselivanov, achimnol, bmerry |
2020-07-11 03:14:16 | JustAnotherArchivist | set | messageid: <1594437256.5.0.185446587393.issue32528@roundup.psfhosted.org> |
2020-07-11 03:14:16 | JustAnotherArchivist | link | issue32528 messages |
2020-07-11 03:14:16 | JustAnotherArchivist | create | |
|