[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-26 Thread Ned Deily
Ned Deily added the comment: FTR, the problem change was merged/backported after 3.7.0rc1 and 3.6.6rc1 so doko must have been working from a development branch and not a release tag. The original and its fix will first be officially released in 3.7.1 and 3.6.7 so there's really no need for

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: -patch resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread miss-islington
miss-islington added the comment: New changeset 7c853d0620e1ea838f46642dbaa8ef142d80aa01 by Miss Islington (bot) in branch '3.6': bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) https://github.com/python/cpython/commit/7c853d0620e1ea838f46642dbaa8ef142d80aa01 --

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread miss-islington
miss-islington added the comment: New changeset a717c5646b36a42e4eb0ec4ae2a22520ff47d346 by Miss Islington (bot) in branch '3.7': bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) https://github.com/python/cpython/commit/a717c5646b36a42e4eb0ec4ae2a22520ff47d346 --

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +7441 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +7440 stage: commit review -> patch review ___ Python tracker ___ ___

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 87a927325e3856621790a39d8718ff24a19510aa by Terry Jan Reedy in branch 'master': bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) https://github.com/python/cpython/commit/87a927325e3856621790a39d8718ff24a19510aa --

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- stage: needs patch -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tal and Cheryl: I revised the template for IDLE tests, pulled it out of README.txt into template.py, and explained it in the readme. It has new code for cleaning up after instantiating EditorWindow in tests. Please follow for any new test file, including

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7439 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +ned.deily versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: I wrote it intentionally the way it is, for #33855, as it made it maximally easily to use to complete the test suite. Since it caused a problem, I added a valid dummy name to be replaced, and fixed the other syntax error. The file now compiles, runs, and