[Python-checkins] r84899 - python/branches/py3k/Makefile.pre.in

georg.brandl python-checkins at python.org
Sun Sep 19 10:55:37 CEST 2010


Author: georg.brandl
Date: Sun Sep 19 10:55:36 2010
New Revision: 84899

Log:
Add "concurrent" subdir to Makefile.

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	Sun Sep 19 10:55:36 2010
@@ -871,7 +871,7 @@
                 tkinter/test/test_ttk site-packages test \
 		test/decimaltestdata test/xmltestdata \
 		test/tracedmodules \
-		encodings \
+		concurrent encodings \
 		email email/mime email/test email/test/data \
 		html json json/tests http dbm xmlrpc \
 		sqlite3 sqlite3/test \


More information about the Python-checkins mailing list