aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst b/Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst
deleted file mode 100644
index 52d9ac9dd9..0000000000
--- a/Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Correct call to :mod:`tkinter.colorchooser` to return RGB triplet of ints
-instead of floats. Patch by Cheryl Sabella.