[Python-checkins] r84805 - in python/branches/release27-maint: Makefile.pre.in

alexander.belopolsky python-checkins at python.org
Tue Sep 14 16:24:58 CEST 2010


Author: alexander.belopolsky
Date: Tue Sep 14 16:24:58 2010
New Revision: 84805

Log:
Merged revisions 84803 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line
  
  Issue 9315: Added test/tracedmodules to LIBSUBDIRS
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Makefile.pre.in

Modified: python/branches/release27-maint/Makefile.pre.in
==============================================================================
--- python/branches/release27-maint/Makefile.pre.in	(original)
+++ python/branches/release27-maint/Makefile.pre.in	Tue Sep 14 16:24:58 2010
@@ -850,6 +850,7 @@
 LIBSUBDIRS=	lib-tk lib-tk/test lib-tk/test/test_tkinter \
                 lib-tk/test/test_ttk site-packages test test/data \
 		test/decimaltestdata test/xmltestdata \
+		test/tracedmodules \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \
 		json json/tests \


More information about the Python-checkins mailing list