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 docs@python, lyndon.darcy, serhiy.storchaka
Date 2021-08-27.09:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630057115.49.0.489925511502.issue45029@roundup.psfhosted.org>
In-reply-to
Content
I get different result:

>>> app.quit
<tkinter.Button object .!application.!button2>
>>> help(app.quit)
Help on Button in module tkinter object:

class Button(Widget)
 |  Button(master=None, cnf={}, **kw)
 |  
 |  Button widget.
 |  
...
History
Date User Action Args
2021-08-27 09:38:35serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, lyndon.darcy
2021-08-27 09:38:35serhiy.storchakasetmessageid: <1630057115.49.0.489925511502.issue45029@roundup.psfhosted.org>
2021-08-27 09:38:35serhiy.storchakalinkissue45029 messages
2021-08-27 09:38:35serhiy.storchakacreate