diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:26:41 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:26:41 (GMT) |
commit | 9573638c2dd36af531ec922bc364b438d7b1f427 (patch) | |
tree | 0c7a015e87161f290f4cd1682a450e8563fc5f8e /Misc | |
parent | d5d4c4eabe00186e9c9020bc6caa045784ee3cc9 (diff) | |
download | cpython-9573638c2dd36af531ec922bc364b438d7b1f427.zip cpython-9573638c2dd36af531ec922bc364b438d7b1f427.tar.gz cpython-9573638c2dd36af531ec922bc364b438d7b1f427.tar.bz2 |
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |