[issue33975] IDLE: adjust DPI before Tk() for htests.

2018-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Both PRs have been merged. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33975] IDLE: adjust DPI before Tk() for htests.

2018-06-26 Thread miss-islington
miss-islington added the comment: New changeset 5d2d9d7c08819c7fbdfd7906858609e5070c20dd by Miss Islington (bot) in branch '3.6': bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) https://github.com/python/cpython/commit/5d2d9d7c08819c7fbdfd7906858609e5070c20dd --

[issue33975] IDLE: adjust DPI before Tk() for htests.

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

[issue33975] IDLE: adjust DPI before Tk() for htests.

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

[issue33975] IDLE: adjust DPI before Tk() for htests.

2018-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 3c8043d8fac4c0d05c0ba9e4e555e2f3165f2fe0 by Terry Jan Reedy in branch 'master': bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) https://github.com/python/cpython/commit/3c8043d8fac4c0d05c0ba9e4e555e2f3165f2fe0 --

[issue33975] IDLE: adjust DPI before Tk() for htests.

2018-06-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE: adjust DPI before Tk() -> IDLE: adjust DPI before Tk() for htests. ___ Python tracker ___

[issue33975] IDLE: adjust DPI before Tk()

2018-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Because of import caching, subsequent pyshell imports, after the first, do not re-call the Windows API. Apparently, 'root.destroy()' undoes a previous 'root = Tk()', but not a previous pyshell import. Since IDLE unittests always destroy roots, a unittest

[issue33975] IDLE: adjust DPI before Tk()

2018-06-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7553 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33975] IDLE: adjust DPI before Tk()

2018-06-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: IDLE: only adjust DPI before Tk() -> IDLE: adjust DPI before Tk() ___ Python tracker ___ ___