[Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
serhiy.storchaka
python-checkins at python.org
Sat Jun 4 16:31:32 EDT 2016
https://hg.python.org/cpython/rev/bf551ee0781a
changeset: 101719:bf551ee0781a
branch: 2.7
parent: 101716:f0b94cfcea45
parent: 101713:e6560f018845
user: Serhiy Storchaka <storchaka at gmail.com>
date: Sat Jun 04 23:30:24 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