[docs] [issue27455] Fix tkinter examples to be PEP8 compliant
Berker Peksag
report at bugs.python.org
Tue Jul 5 09:41:21 EDT 2016
Berker Peksag added the comment:
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).
----------
nosy: +berker.peksag, terry.reedy
stage: -> patch review
type: -> enhancement
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27455>
_______________________________________
More information about the docs
mailing list