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 berker.peksag
Recipients John Hagen, SilentGhost, berker.peksag, docs@python, terry.reedy
Date 2016-07-05.13:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467726081.76.0.931648239111.issue27455@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. If you want to improve the examples in tkinter documentation, I'd suggest to update Class.__init__(self, ...) to super().__init__(...). There is no old-style classes in Python 3 anymore so those examples could be updated safely.

Also, please read https://docs.python.org/devguide/patch.html. Sending a patch from a Git checkout will only make the review process harder (and I will personally ignore them in the future).
History
Date User Action Args
2016-07-05 13:41:21berker.peksagsetrecipients: + berker.peksag, terry.reedy, SilentGhost, docs@python, John Hagen
2016-07-05 13:41:21berker.peksagsetmessageid: <1467726081.76.0.931648239111.issue27455@psf.upfronthosting.co.za>
2016-07-05 13:41:21berker.peksaglinkissue27455 messages
2016-07-05 13:41:21berker.peksagcreate