[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5eb19fddd2d6c70ded14a91cf083681d750d593b by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7': bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14830) https://github.com/python/cpython/commit/5eb19fddd2d6c70ded14a

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 028f1d2479a9a508e1f0bfcff42c20c348244549 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.8': bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14829) https://github.com/python/cpython/commit/028f1d2479a9a508e1f0b

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +14622 pull_request: https://github.com/python/cpython/pull/14829 ___ Python tracker ___ __

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +14623 pull_request: https://github.com/python/cpython/pull/14830 ___ Python tracker ___ __

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 1b3892243433da7eae7f5f3a4f98f13d309c8926 by Terry Jan Reedy in branch 'master': bpo-36390: Gather IDLE Format menu functions into format.py (#14827) https://github.com/python/cpython/commit/1b3892243433da7eae7f5f3a4f98f13d309c8926 --

[issue36390] IDLE: Move formatting functions into new format module.

2019-07-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: The new PR moves the remaining Format functions to format.py. I only edited enough to make things work. I did not add tests for the 2 indent methods. They only change future indents, leaving existing indents as it. They need change, possibly elimination,