summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-25 10:02:52 (GMT)
committerGitHub <noreply@github.com>2021-01-25 10:02:52 (GMT)
commit96bcf6f4d4bed1cdf97883eb43e872ff1a92013d (patch)
tree94aa41fc9abc9c0bd8e288feb7f1ef602f351695 /Misc/NEWS.d
parent63ebba0d9430a0bc18fd8551ad27b9b25709a4be (diff)
downloadcpython-96bcf6f4d4bed1cdf97883eb43e872ff1a92013d.zip
cpython-96bcf6f4d4bed1cdf97883eb43e872ff1a92013d.tar.gz
cpython-96bcf6f4d4bed1cdf97883eb43e872ff1a92013d.tar.bz2
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
(cherry picked from commit 6713e869c4989c04318158b406c30a147ea52904) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com> (cherry picked from commit 3d5434d5cbc945c58be663e3dbd5ef4875677b7a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst2
1 files changed, 2 insertions, 0 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
new file mode 100644
index 0000000..52d9ac9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-23-13-44-10.bpo-33289.anBnUr.rst
@@ -0,0 +1,2 @@
+Correct call to :mod:`tkinter.colorchooser` to return RGB triplet of ints
+instead of floats. Patch by Cheryl Sabella.