[issue27156] IDLE: remove unused code

2016-06-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3 and 4 removed. Closing at least until I find something else that is not part of a refactoring but needs at least a question answered. -- components: +IDLE nosy: -python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed

[issue27156] IDLE: remove unused code

2016-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 166784c40be8 by Terry Jan Reedy in branch 'default': Issue #27156: Remove more unused idlelib code. https://hg.python.org/cpython/rev/166784c40be8 -- ___ Python tracker

[issue27156] IDLE: remove unused code

2016-06-05 Thread Ned Deily
Ned Deily added the comment: > Ned, do you have any objection to removing these now, for 3.6? No, go right ahead. Nobody should be using them. And I concur with keeping the others around for the time being. -- ___ Python tracker

[issue27156] IDLE: remove unused code

2016-06-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Patch removed 1 & 2. 4. macosx.runningAsOSXApp and macosx.isCarbonAquaTk were deprecated in then current versions on 2014 Feb 27 by New Deily in #17654. In particular, 67a7a49e7b78 was applied to the future 3.4.1. Ned, do you have any objection to removing

[issue27156] IDLE: remove unused code

2016-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0945b9729734 by Terry Jan Reedy in branch 'default': Issue #27156: Remove obsolete code not used by IDLE. https://hg.python.org/cpython/rev/0945b9729734 -- nosy: +python-dev ___ Python tracker

[issue27156] IDLE: remove unused code

2016-05-29 Thread Terry J. Reedy
New submission from Terry J. Reedy: With 3.6 not bound by compatibility with external imports, dead code can go. It is an annoying distraction. The resource saved is space in package and module content listings and maintainer time and attention. 1. module idlever.py. It is obsolete at lea