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 serhiy.storchaka
Recipients Epyxoid, gpolo, serhiy.storchaka, terry.reedy
Date 2019-01-09.14:51:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547045495.97.0.154349903099.issue35700@roundup.psfhosted.org>
In-reply-to
Content
Methods place(), pack() and grid() correspond to corresponding Tk commands. These commands return nothing (empty string) in Tk, and Tkinter methods return nothing (None) in Python. If they will became returning something meaningful in future versions of Tk, we will lost a chance to translate this to Python if make them now returning the widget itself.

Note also that method chaining is not commonly used in Python. This code would look pretty unpythonic.

For these reasons I am against this idea.
History
Date User Action Args
2019-01-09 14:51:37serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo, Epyxoid
2019-01-09 14:51:35serhiy.storchakasetmessageid: <1547045495.97.0.154349903099.issue35700@roundup.psfhosted.org>
2019-01-09 14:51:35serhiy.storchakalinkissue35700 messages
2019-01-09 14:51:35serhiy.storchakacreate