[issue37038] Make idlelib/run.py runnable.

2019-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Yes, thank you. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue37038] Make idlelib/run.py runnable.

2019-06-10 Thread Tal Einat
Tal Einat added the comment: Terry, I believe this can be closed now that the fix has been merged? -- nosy: +taleinat ___ Python tracker ___ __

[issue37038] Make idlelib/run.py runnable.

2019-05-24 Thread miss-islington
miss-islington added the comment: New changeset c70ab1cca0f43dbf3bad4acacd06a792cdbe03c8 by Miss Islington (bot) in branch '3.7': bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) https://github.com/python/cpython/commit/c70ab1cca0f43dbf3bad4acacd06a792cdbe03c8 -- nos

[issue37038] Make idlelib/run.py runnable.

2019-05-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +13472 pull_request: https://github.com/python/cpython/pull/13561 ___ Python tracker ___ __

[issue37038] Make idlelib/run.py runnable.

2019-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 81bb97df6138c755e229dcdac9bed747e31b61b3 by Terry Jan Reedy in branch 'master': bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) https://github.com/python/cpython/commit/81bb97df6138c755e229dcdac9bed747e31b61b3 --

[issue37038] Make idlelib/run.py runnable.

2019-05-24 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +13471 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13560 ___ Python tracker __

[issue37038] Make idlelib/run.py runnable.

2019-05-24 Thread Terry J. Reedy
New submission from Terry J. Reedy : Slightly simplified, pyshell.ModifiedInterpreter.built_subprocess runs f'{sys.executable} -c "__import__('idlelib.run').run.main()"'. "__import__('idlelib.run')" creates sys.modules['idlelib'] from idlelib/__init__.py, creates sys.modules['idlelib.run'] from