commit | 1b3892243433da7eae7f5f3a4f98f13d309c8926 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Jul 17 20:48:36 2019 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 17 20:48:36 2019 -0400 |
tree | 6d05c4527da31afb91c11e551a949666012f26fd | |
parent | 8cb65d1381b027f0b09ee36bfed7f35bb4dec9a9 [diff] |
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.