◐ Shell
clean mode source ↗

bpo-30779: IDLE: fix delete_section calls in configdialog by csabella · Pull Request #2667 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@csabella

changes.delete_section requires 2 parameters, so I was receiving an error message when trying to delete a custom theme.

@mention-bot

@csabella csabella changed the title bpo30779: IDLE: fix for delete section in configdialog bpo-30779: IDLE: fix for delete section in configdialog

Jul 11, 2017

@terryjreedy terryjreedy changed the title bpo-30779: IDLE: fix for delete section in configdialog bpo-30779: IDLE: fix delete_section calls in configdialog

Jul 11, 2017

@terryjreedy

Original error was in commit f22fc6e of PR 2612.

terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request

Jul 11, 2017
…og (pythonGH-2667)

Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.
(cherry picked from commit 6d13b22)

@bedevere-bot

terryjreedy added a commit that referenced this pull request

Jul 11, 2017
…og (GH-2667) (#2674)

Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.
(cherry picked from commit 6d13b22)