[issue13553] Tkinter Tk args and Gnome Shell application name

2018-02-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.6, Python 3.8 ___ Python tracker ___ ___

[issue13553] Tkinter Tk args and Gnome Shell application name

2017-12-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue13553] Tkinter Tk args and Gnome Shell application name

2017-12-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +4687 stage: needs patch -> patch review ___ Python tracker ___

[issue13553] Tkinter Tk args and Gnome Shell application name

2014-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: The resolution of this issue should be to properly document the Tk class. The 3.4 docs currently say: class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without arguments. This creates a toplevel widget