We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d4c4e commit 9573638Copy full SHA for 9573638
Lib/idlelib/config-main.def
@@ -59,7 +59,7 @@ font-bold= 0
59
encoding= none
60
61
[FormatParagraph]
62
-paragraph=70
+paragraph=72
63
64
[Indent]
65
use-spaces= 1
Misc/NEWS
@@ -186,7 +186,9 @@ Extension Modules
186
IDLE
187
----
188
189
-- Issue 21284: Paragraph reformat test passes after user changes reformat width.
+- Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
190
+
191
+- Issue #21284: Paragraph reformat test passes after user changes reformat width.
192
193
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
194
non-framework builds and for all variants of Tk.
0 commit comments