diff options
author | terryjreedy <tjreedy@udel.edu> | 2017-06-11 03:15:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 03:15:08 (GMT) |
commit | 82e606785e797be6067b1e485d8b63b58fa7ad19 (patch) | |
tree | dcd4712a4b551bf084c7710c15236b8d7f6226ee /Misc | |
parent | 8d15b19be667e30f8d36aefb680859bdf23866cf (diff) | |
download | cpython-82e606785e797be6067b1e485d8b63b58fa7ad19.zip cpython-82e606785e797be6067b1e485d8b63b58fa7ad19.tar.gz cpython-82e606785e797be6067b1e485d8b63b58fa7ad19.tar.bz2 |
[3.6] Add IDLE news items (GH-2090) (#2096)
(cherry-pick from c94c41c)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -199,6 +199,17 @@ Library exception) to exception(s) raised in the dispatched methods. Patch by Petr Motejlek. +IDLE +---- + +- bpo-30290: Help-about: use pep8 names and add tests. + Increase coverage to 100%. + Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy. + +- bpo-30303: Add _utest option to textview; add new tests. + Increase coverage to 100%. + Patches by Louie Lu and Terry Jan Reedy. + C API ----- @@ -492,6 +503,14 @@ Library now when the grp module cannot be imported, as for example on Android platforms. +IDLE +---- + +- Issue #29071: IDLE colors f-string prefixes (but not invalid ur prefixes). + +- Issue #28572: Add 10% to coverage of IDLE's test_configdialog. + Update and augment description of the configuration system. + Windows ------- |