[Python-checkins] r84803 - python/branches/py3k/Makefile.pre.in
alexander.belopolsky
python-checkins at python.org
Tue Sep 14 16:12:20 CEST 2010
Author: alexander.belopolsky
Date: Tue Sep 14 16:12:19 2010
New Revision: 84803
Log:
Issue 9315: Added test/tracedmodules to LIBSUBDIRS
Modified:
python/branches/py3k/Makefile.pre.in
Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in (original)
+++ python/branches/py3k/Makefile.pre.in Tue Sep 14 16:12:19 2010
@@ -870,6 +870,7 @@
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/decimaltestdata test/xmltestdata \
+ test/tracedmodules \
encodings \
email email/mime email/test email/test/data \
html json json/tests http dbm xmlrpc \
More information about the Python-checkins
mailing list