Issue #21138: Change default reformat paragraph width to PEP 8's 72.

This commit is contained in:
Terry Jan Reedy 2014-04-22 01:26:41 -04:00
parent d5d4c4eabe
commit 9573638c2d
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ font-bold= 0
encoding= none
[FormatParagraph]
paragraph=70
paragraph=72
[Indent]
use-spaces= 1

View File

@ -186,7 +186,9 @@ Extension Modules
IDLE
----
- Issue 21284: Paragraph reformat test passes after user changes reformat width.
- Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
- Issue #21284: Paragraph reformat test passes after user changes reformat width.
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.