[Python-checkins] [python/cpython] c01794: [3.6] bpo-30779: IDLE: fix changes.delete_section ...

GitHub noreply at github.com
Tue Jul 11 19:50:12 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: c0179483f13be81910ed73889dcad92528e20ef2
      https://github.com/python/cpython/commit/c0179483f13be81910ed73889dcad92528e20ef2
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M Lib/idlelib/config.py
    M Lib/idlelib/configdialog.py
    M Lib/idlelib/idle_test/test_config.py

  Log Message:
  -----------
  [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2667) (#2674)

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




More information about the Python-checkins mailing list