msg76030 - (view) |
Author: Guilherme Polo (gpolo) *  |
Date: 2008-11-19 00:14 |
There are some methods (which call tk commands) that no longer exist, for a long time now so this patch remove them. There are also these "indices" functions, which do not belong to the module space and now are gone too. |
|
|
msg112873 - (view) |
Author: Mark Lawrence (BreamoreBoy) * |
Date: 2010-08-04 19:45 |
Ther title says it all, can we commit this? |
|
|
msg129263 - (view) |
Author: Graham Horler (pysquared) |
Date: 2011-02-24 14:36 |
Are we sure this is dead code, and not just out of date? e.g. this works, and I use it in production with "if Tkinter.TkVersion >= 8.4": b = Tkinter.Button(root) b.tk.call('tk::ButtonEnter', b._w) |
|
|
msg130175 - (view) |
Author: Guilherme Polo (gpolo) *  |
Date: 2011-03-06 15:50 |
If we consider the meaning of "dead code" as that used in compilers, then I meant "out of date" code. If you want to add support for tk::ButtonEnter then I believe you should open a new issue and raise your points there. Anyway, have you read http://www.mail-archive.com/python-list@python.org/msg210494.html ? Does it relate to your use case ? |
|
|
msg179069 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-01-04 19:08 |
LGTM. However I am not sure should this issue be classified as "behavior" or "enhancement". Removed code is not usable in Tk versions which supported in Python 2.7 and 3.2+ and can be removed safely. |
|
|
msg179716 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-01-11 18:17 |
This kind of change is very similar to other "cleanup" changes, so the classification of "not a bug fix" seems valid. |
|
|
msg219564 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2014-06-02 10:00 |
Patch is synchronized with tip. It also removes Studbutton and Tributton classes which depend on removed methods. These classes are not documented, not tested and never worked in supported Python versions. I even not found reasonable links in Google, except an annotation [1] and autogenerated from Tkinter sources docs. I now think that perhaps we should apply this patch to 2.7 and 3.4 too. Non-working (and non-worked last 10 or 15 or more years) code only confuses people. [1] http://legacy.python.org/search/hypermail/python-1994q2/1023.html |
|
|
msg223768 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2014-07-23 19:33 |
New changeset 549a7615abe3 by Serhiy Storchaka in branch 'default': Issue #4350: Removed a number of out-of-dated and non-working for a long time http://hg.python.org/cpython/rev/549a7615abe3 |
|
|
msg223934 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2014-07-25 09:31 |
New changeset 7e6beea0eeab by Serhiy Storchaka in branch 'default': Issue #22061: Restored empty obsolete methods removed in issue #4350 and http://hg.python.org/cpython/rev/7e6beea0eeab |
|
|