summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-17 14:45:20 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-07-17 14:45:20 (GMT)
commit1fc43a3fafd22eb20832459654fd125f12aa3738 (patch)
treef6616df7267db0bd13ac4ba795b8079b4c392b46 /Misc/NEWS.d/next/IDLE
parent6cf7c45cb5691b75d9a774c904df02a4f8bfcd04 (diff)
downloadcpython-1fc43a3fafd22eb20832459654fd125f12aa3738.zip
cpython-1fc43a3fafd22eb20832459654fd125f12aa3738.tar.gz
cpython-1fc43a3fafd22eb20832459654fd125f12aa3738.tar.bz2
bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)
Rename paragraph.py to format.py and add region formatting methods from editor.py. Add tests for the latter. (cherry picked from commit 82494aa6d947c4a320c09c58fe0f100cdcf7af0b) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst2
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.