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

terry.reedy python-checkins at python.org
Sat Jun 4 16:16:31 EDT 2016


https://hg.python.org/cpython/rev/bf1b0bfc5e43
changeset:   101715:bf1b0bfc5e43
parent:      101712:f5d243646fd4
parent:      101714:d75a25b3abe1
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Jun 04 16:16:10 2016 -0400
summary:
  Merge with 3.5

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