[Python-checkins] bpo-33821: Update idlelib subsection of What's New 3.7 (GH-7590)

Miss Islington (bot) webhook-mailer at python.org
Sun Jun 10 14:35:24 EDT 2018


https://github.com/python/cpython/commit/1ed8294924a9a47fb6f98f88cc7340a5512c75c3
commit: 1ed8294924a9a47fb6f98f88cc7340a5512c75c3
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-06-10T11:35:22-07:00
summary:

bpo-33821: Update idlelib subsection of What's New 3.7 (GH-7590)

(cherry picked from commit 222f7f40339238b3d2c803849c75e682725449d7)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/whatsnew/3.7.rst

diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 762d84a89bf3..fce073ec172f 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -962,8 +962,10 @@ It is used when ``http.server`` is run with ``-m``.
 idlelib and IDLE
 ----------------
 
+Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue:`15786`.)
+
 Module Browser (on the File menu, formerly called Class Browser),
-now displays nested functions and classed in addition to top-level
+now displays nested functions and classes in addition to top-level
 functions and classes.
 (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
 in :issue:`1612262`.)
@@ -975,7 +977,7 @@ to improve both appearance and function.
 The font sample now includes a selection of non-Latin characters so that
 users can better see the effect of selecting a particular font.
 (Contributed by Terry Jan Reedy in :issue:`13802`.)
-The sample can be edited to test other characters.
+The sample can be edited to include other characters.
 (Contributed by Serhiy Storchaka in :issue:`31860`.)
 
 The IDLE features formerly implemented as extensions have been reimplemented
@@ -983,6 +985,12 @@ as normal features.  Their settings have been moved from the Extensions tab
 to other dialog tabs.
 (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue:`27099`.)
 
+Editor code context option revised.  Box displays all context lines up to
+maxlines.  Clicking on a context line jumps the editor to that line.  Context
+colors for custom themes is added to Highlights tab of Settings dialog.
+(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
+:issue:`33768`, and :issue:`33679`,
+
 The changes above have been backported to 3.6 maintenance releases.
 
 



More information about the Python-checkins mailing list