diff options
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.rst | 2 |
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. |