changeset: 101713:e6560f018845 branch: 2.7 parent: 101702:4d916be61d46 user: Terry Jan Reedy date: Sat Jun 04 16:15:53 2016 -0400 files: Lib/idlelib/idle_test/__init__.py description: Issue #24759: Add 'private' notice for idlelib.idle_test. diff -r 4d916be61d46 -r e6560f018845 Lib/idlelib/idle_test/__init__.py --- a/Lib/idlelib/idle_test/__init__.py Sat Jun 04 20:30:43 2016 +0300 +++ b/Lib/idlelib/idle_test/__init__.py Sat Jun 04 16:15:53 2016 -0400 @@ -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):