This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年05月31日 06:58 by terry.reedy, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg266740 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2016年05月31日 06:58 | |
File: Doc/whatsnew/3.6.rst Location within file: Under 'Improved Modules', as 'idlelib (IDLE)' (?) Draft test: "Idlelib is being revamped to make IDLE look better and work better and to make it easier to maintain and improve IDLE. Part of making IDLE look better, especially on Linux and Mac, is using ttk widgets. As a result, IDLE no longer runs with tcl/tk 8.4. It now requires tcl/tk 8.5 or 8.6 and availability of ttk widgets. We recommend running the latest release of either. 'Revamping' includes renaming, refactoring, and consolidation of idlelib modules. As a result, imports of idlelib files that worked in 3.5 will usually not work in 3.6. At least a module name change will be needed, sometimes more. Information will be added to idlelib. In compensation, the eventual result with be that some idlelib classes will be easier to use, with better APIs and docstrings explaining them." This should be added before 3.6.0a2 and considered critical for that release, but after patches that make it true. #24759, using a revision of Serhiy's code from #24750, will make 3.5 and successful loading of ttk a requirement for IDLE (first paragraph). New issue #27162 will add compatibility info and a new module (second paragraph) and require that the second paragraph be re-written a bit. |
|||
| msg268419 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年06月13日 04:43 | |
New changeset a3cffed2c9ad by Terry Jan Reedy in branch 'default': Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. https://hg.python.org/cpython/rev/a3cffed2c9ad |
|||
| msg268459 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2016年06月13日 18:25 | |
Provisional addition a bit revised from above. I did not markup idlelib as a module because there is currently no section to link to. I don't know if or how IDLE can be linked to the IDLE doc. I linked to the name change issue that started the change process. I will add a link to the interface issue if and when pushed. |
|||
| msg302987 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2017年09月25日 23:04 | |
Unsetting priority since it's not Critical and RMs look at open Critical bugs when releasing 3.6.3 and so on. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:31 | admin | set | github: 71350 |
| 2018年07月30日 08:36:11 | taleinat | set | status: open -> closed resolution: out of date stage: needs patch -> resolved |
| 2017年09月25日 23:04:56 | lukasz.langa | set | priority: critical -> nosy: + lukasz.langa messages: + msg302987 |
| 2017年06月22日 22:20:38 | veganaiZe | set | nosy:
+ veganaiZe |
| 2016年06月13日 18:25:03 | terry.reedy | set | messages: + msg268459 |
| 2016年06月13日 04:43:06 | python-dev | set | nosy:
+ python-dev messages: + msg268419 |
| 2016年05月31日 07:04:27 | terry.reedy | set | components: + Documentation, IDLE, - ctypes |
| 2016年05月31日 07:03:53 | terry.reedy | set | priority: low -> critical dependencies: + Idle: require tk 8.5 and ttk widgets, and drop unneeded code., Add idlelib.interface module |
| 2016年05月31日 06:58:05 | terry.reedy | create | |