[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 7b62416d86dce368470c5d1acbb55295a23d87f8 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (GH-3590) (#3591) https://github.com/python/cpython/commit/7b62416d86dc

[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3582 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset d384a81f557dab0b142bfcc9850bc68df46496ef by Terry Jan Reedy in branch 'master': bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) https://github.com/python/cpython/commit/d384a81f557dab0b142bfcc9850bc68df46496ef --

[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch pull_requests: +3581 stage: test needed -> patch review ___ Python tracker ___ ___ Py

[issue31480] IDLE: disable ZzDummy, revise tests to match

2017-09-14 Thread Terry J. Reedy
New submission from Terry J. Reedy: When the zzdummy example-test extension was added as part of #27099, it was enabled in config-extensions.def in order to make tests pass as they were. This was not intended to be permanent as it adds a menu item that changes the current file and a user-modi