[issue45029] tkinter doc, hello world example - quit button clobbers method

Serhiy Storchaka report at bugs.python.org
Fri Aug 27 05:38:35 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.
 |  
...

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45029>
_______________________________________


More information about the Python-bugs-list mailing list