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 roger.serwy
Recipients docs@python, ned.deily, roger.serwy, terry.reedy
Date 2012-03-02.19:13:42
SpamBayes Score 6.4487076e-06
Marked as misclassified No
Message-id <1330715622.69.0.916346176071.issue14163@psf.upfronthosting.co.za>
In-reply-to
Content
I tried your tk_hello.py code and it works on Python 3.


The code for creating the QUIT button exceeds 80 columns. I'd insert a \n after the second argument:

        self.QUIT = tk.Button(self, text = "QUIT", 
                              fg = "red", command = root.destroy)
History
Date User Action Args
2012-03-02 19:13:42roger.serwysetrecipients: + roger.serwy, terry.reedy, ned.deily, docs@python
2012-03-02 19:13:42roger.serwysetmessageid: <1330715622.69.0.916346176071.issue14163@psf.upfronthosting.co.za>
2012-03-02 19:13:42roger.serwylinkissue14163 messages
2012-03-02 19:13:42roger.serwycreate