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.

Author epaine
Recipients ReblochonMasque, docs@python, effbot, epaine, hpmason, lukasz.langa, markroseman, python-dev, serhiy.storchaka, simao.afonso, terry.reedy
Date 2021-08-12.19:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628795899.18.0.0960666628913.issue42560@roundup.psfhosted.org>
In-reply-to
Content
Thank you for looking at this in great detail Mark and that all seems like a very useful set of changes! I've got a few more specific comments below, but they're mostly just small details.

2. I'd personally prefer alphabetical order (except Tix, which should be last because it's deprecated) with a note before / elsewhere that a tkinter / tkinter.ttk combination is generally be the best way to create GUIs (perhaps in with the hello world example?).

3. IMO this is suited better grouped with the other Tcl/Tk bridge documentation. I agree we should probably remove Tix from this section, since we're trying to dissuade people from using it.

5. This sounds very reasonable. The accompanying description and list of kwargs was what concerned me, but this sounds easily maintainable. Maybe we could group e.g. the winfo methods and link directly to the version-independent Tk man page for those (https://www.tcl.tk/man/tcl/TkCmd/winfo.html - so we don't need to keep changing the links)?
History
Date User Action Args
2021-08-12 19:18:19epainesetrecipients: + epaine, effbot, terry.reedy, markroseman, docs@python, lukasz.langa, python-dev, serhiy.storchaka, hpmason, ReblochonMasque, simao.afonso
2021-08-12 19:18:19epainesetmessageid: <1628795899.18.0.0960666628913.issue42560@roundup.psfhosted.org>
2021-08-12 19:18:19epainelinkissue42560 messages
2021-08-12 19:18:19epainecreate