[Python-checkins] cpython (3.3): Issue #15392: Install idlelib/idle_test.

ned.deily python-checkins at python.org
Mon Nov 4 05:10:23 CET 2013


http://hg.python.org/cpython/rev/e52dad892521
changeset:   86905:e52dad892521
branch:      3.3
parent:      86902:f28a2d072767
user:        Ned Deily <nad at acm.org>
date:        Sun Nov 03 20:08:53 2013 -0800
summary:
  Issue #15392: Install idlelib/idle_test.

files:
  Makefile.pre.in |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1048,7 +1048,8 @@
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
 		lib2to3/tests/data lib2to3/tests/data/fixers \
 		lib2to3/tests/data/fixers/myfixes \
-		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
+		ctypes ctypes/test ctypes/macholib \
+		idlelib idlelib/Icons idlelib/idle_test \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
 		importlib test/test_importlib test/test_importlib/builtin \
 		test/test_importlib/extension test/test_importlib/frozen \

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


More information about the Python-checkins mailing list