]> granicus.if.org Git - python/commitdiff
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 22 Apr 2014 05:26:41 +0000 (01:26 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 22 Apr 2014 05:26:41 +0000 (01:26 -0400)
Lib/idlelib/config-main.def
Misc/NEWS

index 9546e2bf12870e3482708d00fad75bae92b8b937..8f0fe76bbb615489df6066a1a5d81748f7deae09 100644 (file)
@@ -59,7 +59,7 @@ font-bold= 0
 encoding= none
 
 [FormatParagraph]
-paragraph=70
+paragraph=72
 
 [Indent]
 use-spaces= 1
index 581a4c702322de9c0fab5b443f1b1d0665506610..fcdaabfe92fd790688ded05a63d4b725fb6cf43e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.