[Python-checkins] [python/cpython] f776eb: bpo-30917: IDLE: Add config.IdleConf unittests (#2...
GitHub
noreply at github.com
Tue Jul 18 17:17:57 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: f776eb0f0e046f2fa3a96540bb42d8cf970f6c55
https://github.com/python/cpython/commit/f776eb0f0e046f2fa3a96540bb42d8cf970f6c55
Author: Louie Lu <git at louie.lu>
Date: 2017-07-18 (Tue, 18 Jul 2017)
Changed paths:
M Lib/idlelib/config.py
M Lib/idlelib/idle_test/test_config.py
A Misc/NEWS.d/next/IDLE/2017-07-17-23-35-57.bpo-30917.hSiuuO.rst
Log Message:
-----------
bpo-30917: IDLE: Add config.IdleConf unittests (#2691)
Patch by Louie Lu.
More information about the Python-checkins
mailing list