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 Epyxoid
Recipients Epyxoid, gpolo, serhiy.storchaka, terry.reedy
Date 2019-01-09.15:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547047141.85.0.910676233957.issue35700@roundup.psfhosted.org>
In-reply-to
Content
I can somewhat agreed with your point, even if it's not too realistic, but reasonable enough.

Also, I'd only use method chaining, because that'd be the only option. I can't pass an argument to tk.Label at creation like 'manager="grid"' or anything like that. In any case, I think doing it in a separate line makes the code longer and less readable even if it's pythonic.

Thanks for your consideration.
History
Date User Action Args
2019-01-09 15:19:03Epyxoidsetrecipients: + Epyxoid, terry.reedy, gpolo, serhiy.storchaka
2019-01-09 15:19:01Epyxoidsetmessageid: <1547047141.85.0.910676233957.issue35700@roundup.psfhosted.org>
2019-01-09 15:19:01Epyxoidlinkissue35700 messages
2019-01-09 15:19:01Epyxoidcreate