diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-16 08:21:26 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-16 08:21:26 (GMT) |
commit | df9386940a0104ba4dce1beee38848bc44a17036 (patch) | |
tree | 05453cf09bd484041108531cd5be680ac745b2ef /Misc | |
parent | 4d5115c7b55a7b2a49324572f138298b0f3df916 (diff) | |
download | cpython-df9386940a0104ba4dce1beee38848bc44a17036.zip cpython-df9386940a0104ba4dce1beee38848bc44a17036.tar.gz cpython-df9386940a0104ba4dce1beee38848bc44a17036.tar.bz2 |
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog. Patch by Tal Einat.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -201,6 +201,11 @@ Library IDLE ---- +- Issue #20577: Configuration of the max line length for the FormatParagraph + extension has been moved from the General tab of the Idle preferences dialog + to the FormatParagraph tab of the Config Extensions dialog. + Patch by Tal Einat. + - Issue #16893: Update Idle doc chapter to match current Idle and add new information. |