From 46b6c086d314b7f7af86194979bb2c6f14f0f666 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 22 Apr 2014 01:26:35 -0400 Subject: Issue #21138: Change default reformat paragraph width to PEP 8's 72. --- Lib/idlelib/config-main.def | 2 +- Misc/NEWS | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 5ddd098..132797c 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -59,7 +59,7 @@ font-bold= 0 encoding= none [FormatParagraph] -paragraph=70 +paragraph=72 [Indent] use-spaces= 1 diff --git a/Misc/NEWS b/Misc/NEWS index 89167fb..8f424ff 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -289,7 +289,9 @@ Tools/Demos 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 #20406: Use Python application icons for Idle window title bars. Patch mostly by Serhiy Storchaka. -- cgit v0.12