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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2017-05-20.05:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495256462.35.0.187260042361.issue30290@psf.upfronthosting.co.za>
In-reply-to
Content
4a. Change uglyMidcap widget names and CamelCase function names to pep8_conformant names.  Simplify: byline, email, docs, pyver, tkver, idlever, py_license, py_copyright, py_credits, readme, idle_news, idle_credits.

4b. Change CamelCase function names to pep8_conformant names.
ShowIDLEAbout => show_readme, 

5. Add docstrings
For show_xyz functions, "Command for xyz button"? even though not verb?

#30303 implemented 2a, improve textview and tests.

Cheryl: this should be much easier than colorizer.  Let me know if you want to take a stab at at least 4 and 5.
History
Date User Action Args
2017-05-20 05:01:02terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-05-20 05:01:02terry.reedysetmessageid: <1495256462.35.0.187260042361.issue30290@psf.upfronthosting.co.za>
2017-05-20 05:01:02terry.reedylinkissue30290 messages
2017-05-20 05:01:01terry.reedycreate