[issue34964] Make Tkinter sources more readable by adding blank lines

2018-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset dc0d571b6401527f236b0513f29847e2b9b8a188 by Serhiy Storchaka in branch 'master': bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) https://github.com/python/cpython/commit/dc0d571b6401527f236b0513f29847e2b9b8a188

[issue34964] Make Tkinter sources more readable by adding blank lines

2018-10-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34964] Make Tkinter sources more readable by adding blank lines

2018-10-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +9199 stage: -> patch review ___ Python tracker ___ ___

[issue34964] Make Tkinter sources more readable by adding blank lines

2018-10-12 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Tkinter sources are old and don't conform PEP 8. Usually we don't reformat existing sources for avoiding problems with backporting and breaking the history of lines. But I think that we can make some refinements in Tkinter sources. The tkinter module