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 John Hagen
Recipients John Hagen, SilentGhost, berker.peksag, docs@python, terry.reedy
Date 2016-07-05.17:49:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467740966.31.0.0349409300104.issue27455@psf.upfronthosting.co.za>
In-reply-to
Content
@Berker, sorry for the incorrect diff format, still new to CPython (and Mercurial) workflow.  I've attached the diff in a new format.

@SilentGhost I see what you mean that camelCase is used often in tkinter (though many of the examples use lower_camel_case, so it seems like at least it's not consistent currently).

The minor issue I was trying to fix with this patch is that I was showing a programmer completely new to Python the tkinter example and when he pasted it into PyCharm it had some PEP8 warnings, so I was hoping to improve that experience slightly for others in the future.  Some of the changes were newlines for PEP8, would those be accepted?  I'm not strongly inclined either way, so if the core team thinks it should not be changed, I'm happy with that.
History
Date User Action Args
2016-07-05 17:49:26John Hagensetrecipients: + John Hagen, terry.reedy, SilentGhost, docs@python, berker.peksag
2016-07-05 17:49:26John Hagensetmessageid: <1467740966.31.0.0349409300104.issue27455@psf.upfronthosting.co.za>
2016-07-05 17:49:26John Hagenlinkissue27455 messages
2016-07-05 17:49:25John Hagencreate