cpython/Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-328...

2 lines
150 B
ReStructuredText

In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError` instead of canceling the first scheduled function. Patch by Cheryl Sabella.