Skip to content

Add IDLE NEWS items for 3.7 #2090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,22 @@ Library
sys.getrecursionlimit() times, to protect against objects which create a new
object on every attribute access.

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.

- 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
-------

Expand Down