commit | 82494aa6d947c4a320c09c58fe0f100cdcf7af0b | [log] [tgz] |
---|---|---|
author | Cheryl Sabella <cheryl.sabella@gmail.com> | Wed Jul 17 09:44:44 2019 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed Jul 17 09:44:44 2019 -0400 |
tree | 703900861289f38a37b1a2020ebf3c9bc37bd2ea | |
parent | fb26504d14a08fcd61bb92bb989b6d2b12188535 [diff] |
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.