changeset: 90429:dd24099c0cf6 branch: 3.4 parent: 90426:fe067339af80 user: Terry Jan Reedy date: Tue Apr 22 01:26:41 2014 -0400 files: Lib/idlelib/config-main.def Misc/NEWS description: Issue #21138: Change default reformat paragraph width to PEP 8's 72. diff -r fe067339af80 -r dd24099c0cf6 Lib/idlelib/config-main.def --- a/Lib/idlelib/config-main.def Tue Apr 22 01:11:03 2014 -0400 +++ b/Lib/idlelib/config-main.def Tue Apr 22 01:26:41 2014 -0400 @@ -59,7 +59,7 @@ encoding= none [FormatParagraph] -paragraph=70 +paragraph=72 [Indent] use-spaces= 1 diff -r fe067339af80 -r dd24099c0cf6 Misc/NEWS --- a/Misc/NEWS Tue Apr 22 01:11:03 2014 -0400 +++ b/Misc/NEWS Tue Apr 22 01:26:41 2014 -0400 @@ -186,7 +186,9 @@ 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.