Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2016-06-04 16:16:10 -04:00
commit 64b8f6bcc8
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
'''idlelib.idle_test is a private implementation of test.test_idle,
which tests the IDLE application as part of the stdlib test suite.
Run IDLE tests alone with "python -m test.test_idle".
This package and its contained modules are subject to change and
any direct use is at your own risk.
'''
from os.path import dirname
def load_tests(loader, standard_tests, pattern):