]> granicus.if.org Git - python/commit
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Wed, 17 Jul 2019 13:44:44 +0000 (09:44 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 17 Jul 2019 13:44:44 +0000 (09:44 -0400)
commit82494aa6d947c4a320c09c58fe0f100cdcf7af0b
tree703900861289f38a37b1a2020ebf3c9bc37bd2ea
parentfb26504d14a08fcd61bb92bb989b6d2b12188535
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)

Rename paragraph.py to format.py and add region formatting methods
from editor.py.  Add tests for the latter.
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/format.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_format.py [moved from Lib/idlelib/idle_test/test_paragraph.py with 64% similarity]
Lib/idlelib/mainmenu.py
Lib/idlelib/paragraph.py [deleted file]
Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst [new file with mode: 0644]