changeset: 101714:d75a25b3abe1 branch: 3.5 parent: 101711:ab974f1ebebe user: Terry Jan Reedy date: Sat Jun 04 16:15:58 2016 -0400 files: Lib/idlelib/idle_test/__init__.py description: Issue #24759: Add 'private' notice for idlelib.idle_test. diff -r ab974f1ebebe -r d75a25b3abe1 Lib/idlelib/idle_test/__init__.py --- a/Lib/idlelib/idle_test/__init__.py Sat Jun 04 15:54:44 2016 -0400 +++ b/Lib/idlelib/idle_test/__init__.py Sat Jun 04 16:15:58 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):