summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-16-22-48-01.bpo-19270.jd_gkA.rst
blob: 6330a91a44c5440167b860a655609651b59c0c06 (plain)
1
2
:meth:`sched.scheduler.cancel()` will now cancel the correct event, if two
events with same priority are scheduled for the same time. Patch by Bar Harel.