[issue41730] Show deprecation warnings for tkinter.tix

2021-05-09 Thread miss-islington
miss-islington added the comment: New changeset c3eb3c18f1472b739db486c99f7f2125c4809680 by Miss Islington (bot) in branch '3.10': Revert test for Tix deprecation warning (GH-26005) https://github.com/python/cpython/commit/c3eb3c18f1472b739db486c99f7f2125c4809680 --

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-09 Thread Zachary Ware
Zachary Ware added the comment: Fixed in GH-26005 and GH-26006, which just revert the test. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +24658 pull_request: https://github.com/python/cpython/pull/26006 ___ Python tracker ___

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +24657 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/26005 ___ Python tracker ___

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Unfortunately this commit has introduced some reference leaks, see: https://buildbot.python.org/all/#/builders/684/builds/5 Could someone take a look? -- nosy: +pablogsal resolution: fixed -> status: closed -> open

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread miss-islington
miss-islington added the comment: New changeset ec6a1ea1ee67a5e7c8ee5f5b1541bc1c6e17a373 by Miss Islington (bot) in branch '3.10': bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) https://github.com/python/cpython/commit/ec6a1ea1ee67a5e7c8ee5f5b1541bc1c6e17a373 --

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread wyz23x2
Change by wyz23x2 : -- versions: -Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread wyz23x2
wyz23x2 added the comment: Merged! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24627 pull_request: https://github.com/python/cpython/pull/25971 ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-06 Thread wyz23x2
Change by wyz23x2 : -- versions: +Python 3.11 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41730] Show deprecation warnings for tkinter.tix

2021-05-06 Thread wyz23x2
wyz23x2 added the comment: When this issue was submitted on September 5, 2020, Python 3.9 was still in beta/rc stages. Now 242 days have passed and the developing of 3.11 has started. :) -- ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2021-03-16 Thread wyz23x2
wyz23x2 added the comment: Um, is this going on? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-13 Thread wyz23x2
wyz23x2 added the comment: Ping... -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-11 Thread wyz23x2
wyz23x2 added the comment: Ping? We will miss 3.8.6/3.9.0rc2 if it's too late! -- ___ Python tracker ___ ___ Python-bugs-list

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread wyz23x2
wyz23x2 added the comment: Can any core reviewer review the PR? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread wyz23x2
wyz23x2 added the comment: All tests have passed. Now it's time to merge! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread wyz23x2
wyz23x2 added the comment: @epaine The doc (https://docs.python.org/3/library/tkinter.tix.html) states "This Tk extension is unmaintained and should not be used in new code.". -- ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread wyz23x2
Change by wyz23x2 : -- keywords: +patch pull_requests: +21246 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22186 ___ Python tracker ___

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread E. Paine
E. Paine added the comment: As I believe planning for removal (including the version this should occur in) is better suited to #31371, I think it would be best to remain non-committal about the version. I would personally prefer something a little more vague (such as below), though as I

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-10 Thread wyz23x2
wyz23x2 added the comment: OK. What should the message be? "tkinter.tix is deprecated (and will be removed in Python 3.x), use tkinter.ttk instead"? -- ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-08 Thread E. Paine
E. Paine added the comment: +1 I think this would be very helpful as the only places I can find its deprecation are a small note at the top of the Tix Python docs [https://github.com/python/cpython/commit/bd63353] and a news entry a long way down the 3.6 release notes

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-06 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The removal was suggested before but not merged in https://bugs.python.org/issue31371 -- nosy: +gpolo, serhiy.storchaka, xtreak ___ Python tracker

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-05 Thread wyz23x2
New submission from wyz23x2 : The tkinter.tix module was deprecated since Python 3.6, but nether DeprecationWarning nor PendingDeprecationWarning is warned. It should show a message and removal might be scheduled for 3.11/3.12. -- components: Tkinter messages: 376455 nosy: wyz23x2