[Python-checkins] [python/cpython] 50c943: bpo-30899: Add unittests, 100% coverage, for IDLE'...

GitHub noreply at github.com
Wed Jul 12 14:05:34 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 50c9435c9b73b39fcf79cc3e58edc58bb943d0ed
      https://github.com/python/cpython/commit/50c9435c9b73b39fcf79cc3e58edc58bb943d0ed
  Author: Louie Lu <git at louie.lu>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M Lib/idlelib/config.py
    M Lib/idlelib/idle_test/test_config.py
    M Lib/test/cfgparser.1
    A Misc/NEWS.d/next/IDLE/2017-07-11-02-26-17.bpo-30899.SQmVO8.rst

  Log Message:
  -----------
  bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662)

Patch by Louie Lu.




More information about the Python-checkins mailing list