diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-25 03:41:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 03:41:26 (GMT) |
commit | 8485d3b911c3cb73ed6217a47c7720f9277efc01 (patch) | |
tree | b6cda43cdce5599fd41a85566905ea53e526e295 /Misc/NEWS.d/next/IDLE | |
parent | 60bef61f717dde915058b03159b2c2e97d765858 (diff) | |
download | cpython-8485d3b911c3cb73ed6217a47c7720f9277efc01.zip cpython-8485d3b911c3cb73ed6217a47c7720f9277efc01.tar.gz cpython-8485d3b911c3cb73ed6217a47c7720f9277efc01.tar.bz2 |
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
(cherry picked from commit 5df6c99cb450fe2f30be681dbf68cd1d34d3bbe4)
Co-authored-by: Mark Roseman <mark@markroseman.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-10-24-21-27-37.bpo-33987.fIh9JL.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-10-24-21-27-37.bpo-33987.fIh9JL.rst b/Misc/NEWS.d/next/IDLE/2020-10-24-21-27-37.bpo-33987.fIh9JL.rst new file mode 100644 index 0000000..1e67edc --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-10-24-21-27-37.bpo-33987.fIh9JL.rst @@ -0,0 +1,3 @@ +Mostly finish using ttk widgets, mainly for editor, settings, +and searches. Some patches by Mark Roseman. + |