diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-20 01:07:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-20 01:07:10 -0500 |
| commit | 87ec1104b369865c3c41d2d91ac7aee29cfb632e (patch) | |
| tree | 91a3f9c19121bd099cb1d38132299e2d7e1b250e | |
| parent | 01421bec1e0d25df17599cfa1160adbbcd08e949 (diff) | |
| download | cpython-git-87ec1104b369865c3c41d2d91ac7aee29cfb632e.tar.gz | |
bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255)
| -rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 6e11cab586..b02b96bf47 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ Released on 2019-10-20? ====================================== +bpo-35521: Document the editor code context feature. +Add some internal references within the IDLE doc. + bpo-34864: When starting IDLE on MacOS, warn if the system setting "Prefer tabs when opening documents" is "Always". As previous documented for this issue, running IDLE with this setting causes |
