]> granicus.if.org Git - python/commit
main(): Move hackery of sys.argv until after the Tk instance has been
authorFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 04:32:56 +0000 (04:32 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 04:32:56 +0000 (04:32 +0000)
commit10515b6483b622625838b3636dbb442097bfe7ef
treef46f8cf8155bf0064e89344df7830672761db055
parent81c1735809f55a876b8a821a7b9646304afca675
main():  Move hackery of sys.argv until after the Tk instance has been
         created.  This allows the application-specific Tkinter
         initialization to be executed if present.  Also pass an explicit
         className parameter to the Tk() constructor.

This closes SourceForge bug #110618.
Tools/idle/PyShell.py