[Python-checkins] [python/cpython] 938e73: [3.6] bpo-30728: IDLE: Refactor configdialog to PE...

GitHub noreply at github.com
Mon Jun 26 20:48:40 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 938e73809d10f6073c85ecd330c88a85c6095530
      https://github.com/python/cpython/commit/938e73809d10f6073c85ecd330c88a85c6095530
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M Lib/idlelib/configdialog.py
    M Lib/idlelib/idle_test/test_configdialog.py
    A Misc/NEWS.d/next/IDLE/2017-06-26-15-47-13.bpo-30728.qH4TGL.rst

  Log Message:
  -----------
  [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)

Also, change '*' in the tkinter import to an explicit list of names.
Patch by Cheryl Sabella.
(cherry picked from commit bac7d33)




More information about the Python-checkins mailing list