From: Serhiy Storchaka Date: Sat, 11 Jul 2026 05:34:13 +0000 (+0300) Subject: gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342e5a421841ad3e6614b71cba3b59ded67e3aa9;p=thirdparty%2FPython%2Fcpython.git gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260) Add the tkinter.systray module with the SysTrayIcon class wrapping the "tk systray" command and the notify() function wrapping "tk sysnotify" (Tk 8.7/9.0 and newer). Co-authored-by: Claude Opus 4.8 --- diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst index fa3c7e910ce2..c835f2518f7b 100644 --- a/Doc/library/tk.rst +++ b/Doc/library/tk.rst @@ -36,6 +36,7 @@ alternative `GUI frameworks and tools