diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-11 08:36:34 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-11 08:36:34 (GMT) |
commit | b1c9b64850f6b0da3bfe4d0f753f739637c87d78 (patch) | |
tree | 02ce10871892c2dc4260ce8976d85e945a5e2509 /Misc | |
parent | 661c0329d32daa70344076a72a3584d7c4821a93 (diff) | |
download | cpython-b1c9b64850f6b0da3bfe4d0f753f739637c87d78.zip cpython-b1c9b64850f6b0da3bfe4d0f753f739637c87d78.tar.gz cpython-b1c9b64850f6b0da3bfe4d0f753f739637c87d78.tar.bz2 |
IDLE NEWS entries
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -139,6 +139,17 @@ IDLE This matches how paste works on Windows, Mac, most modern Linux apps, and ttk widgets. Original patch by Serhiy Storchaka. +- Issue #24750: Switch all scrollbars in IDLE to ttk versions. + Where needed, minimal tests are added to cover changes. + +- Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. + Delete now unneeded tk version tests and code for older versions. + Add test for IDLE syntax colorizoer. + +- Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. + +- Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. + - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory is a private implementation of test.test_idle and tool for maintainers. |