summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst b/Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst
deleted file mode 100644
index 4ebbde4..0000000
--- a/Misc/NEWS.d/next/Library/2018-02-16-14-37-14.bpo-32857.-XljAx.rst
+++ /dev/null
@@ -1 +0,0 @@
-In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError` instead of canceling the first scheduled function. Patch by Cheryl Sabella.