[issue37825] IDLE doc improvements

2019-09-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: 5 Delete use of 'extension' referring to converted features. "If you don’t like the ACW popping up unbidden, simply make the delay longer or disable the extension." Remove ' or ...' -- ___ Python tracker

[issue37825] IDLE doc improvements

2019-08-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: The garble was in help.txt as copied into idle.rst in #5066. I will have to figure out the meaning. -- ___ Python tracker ___ _

[issue37825] IDLE doc improvements

2019-08-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: 4. Completions subsection: fix this garbled sentence. "Names in an Editor window which are not via __main__ and sys.modules will not be found." Check 2.6 help.txt from whence it likely came. -- ___ Python tracker

[issue37825] IDLE doc improvements

2019-08-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Because the scope of SyntaxWarnings has been expanded to code that must be run, they should no longer be turned into errors, so this should not be added to the doc. See #34857. -- ___ Python tracker

[issue37825] IDLE doc improvements

2019-08-11 Thread Terry J. Reedy
New submission from Terry J. Reedy : 1. Headings: Sections should be titlecased, subsections not. This is especially needed now that they are not numbered. 2. Python Shell subsection. Revise 'paste', maybe move. SyntaxWarnings are SyntaxErrors. Explain Restart. 3. Any other pending change