cpython/Misc/NEWS.d/next/Library/2020-10-16-22-48-01.bpo-192...

3 lines
154 B
ReStructuredText

: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.