[Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads

serhiy.storchaka python-checkins at python.org
Sat Jun 4 16:31:36 EDT 2016


https://hg.python.org/cpython/rev/b7d65f384cf5
changeset:   101720:b7d65f384cf5
branch:      3.5
parent:      101717:3b9e96440a70
parent:      101714:d75a25b3abe1
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Jun 04 23:30:45 2016 +0300
summary:
  Merge heads

files:
  Lib/idlelib/idle_test/__init__.py |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/idle_test/__init__.py b/Lib/idlelib/idle_test/__init__.py
--- a/Lib/idlelib/idle_test/__init__.py
+++ b/Lib/idlelib/idle_test/__init__.py
@@ -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):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list