[Python-checkins] [python/cpython] 6d13b2: bpo-30779: IDLE: fix changes.delete_section calls ...

GitHub noreply at github.com
Tue Jul 11 19:09:45 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 6d13b22e3ab262c6b1f068259aebd705e7da316c
      https://github.com/python/cpython/commit/6d13b22e3ab262c6b1f068259aebd705e7da316c
  Author: csabella <cheryl.sabella at gmail.com>
  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:
  -----------
  bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)

Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.




More information about the Python-checkins mailing list