diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-07-17 13:44:44 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-17 13:44:44 (GMT) |
commit | 82494aa6d947c4a320c09c58fe0f100cdcf7af0b (patch) | |
tree | 703900861289f38a37b1a2020ebf3c9bc37bd2ea /Misc | |
parent | fb26504d14a08fcd61bb92bb989b6d2b12188535 (diff) | |
download | cpython-82494aa6d947c4a320c09c58fe0f100cdcf7af0b.zip cpython-82494aa6d947c4a320c09c58fe0f100cdcf7af0b.tar.gz cpython-82494aa6d947c4a320c09c58fe0f100cdcf7af0b.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst b/Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst new file mode 100644 index 0000000..fabc75f --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst @@ -0,0 +1,2 @@ +Rename paragraph.py to format.py and add region formatting methods +from editor.py. Add tests for the latter. |