Skip to content

Commit 9573638

Browse files
committed
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
1 parent d5d4c4e commit 9573638

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Lib/idlelib/config-main.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ font-bold= 0
5959
encoding= none
6060

6161
[FormatParagraph]
62-
paragraph=70
62+
paragraph=72
6363

6464
[Indent]
6565
use-spaces= 1

Misc/NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ Extension Modules
186186
IDLE
187187
----
188188

189-
- Issue 21284: Paragraph reformat test passes after user changes reformat width.
189+
- 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.
190192

191193
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
192194
non-framework builds and for all variants of Tk.

0 commit comments

Comments
 (0)