summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-04-05 10:17:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-04-05 10:17:13 (GMT)
commit50866e9ed3e4e0ebb60c20c3483a8df424c02722 (patch)
tree7a5e6d23b48aaed2a202df3911c3ff0b14f3a8aa /Misc/NEWS.d
parentf66e336f455b5a6bb0ca857d61c43be410d0df13 (diff)
downloadcpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.zip
cpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.tar.gz
cpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.tar.bz2
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-11-07-23-44-25.bpo-25451.re_8db.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-07-23-44-25.bpo-25451.re_8db.rst b/Misc/NEWS.d/next/Library/2018-11-07-23-44-25.bpo-25451.re_8db.rst
new file mode 100644
index 0000000..e0a9ea0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-11-07-23-44-25.bpo-25451.re_8db.rst
@@ -0,0 +1,2 @@
+Add transparency methods to :class:`tkinter.PhotoImage`. Patch by Zackery
+Spytz.