blob: 4ebbde4d19461132733c354af4eefc56c879d752 [file] [log] [blame]
In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError` instead of canceling the first scheduled function. Patch by Cheryl Sabella.