]> granicus.if.org Git - python/commit
bpo-36390: Gather IDLE Format menu functions into format.py (#14827)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 18 Jul 2019 00:48:36 +0000 (20:48 -0400)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 00:48:36 +0000 (20:48 -0400)
commit1b3892243433da7eae7f5f3a4f98f13d309c8926
tree6d05c4527da31afb91c11e551a949666012f26fd
parent8cb65d1381b027f0b09ee36bfed7f35bb4dec9a9
bpo-36390: Gather IDLE Format menu functions into format.py (#14827)

Add two indent spec methods from editor and Rstrip to existing file.
Tests are not added for indent methods because they need change
in lights of 3.x's prohibition on mixing tabs and spaces.
Lib/idlelib/editor.py
Lib/idlelib/format.py
Lib/idlelib/idle_test/test_format.py
Lib/idlelib/idle_test/test_rstrip.py [deleted file]
Lib/idlelib/rstrip.py [deleted file]
Misc/NEWS.d/next/IDLE/2019-03-21-08-35-00.bpo-36390.OdDCGk.rst