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

brian.quinlan python-checkins at python.org
Sat Oct 16 12:36:11 CEST 2010


Author: brian.quinlan
Date: Sat Oct 16 12:36:11 2010
New Revision: 85567

Log:
Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller

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	Sat Oct 16 12:36:11 2010
@@ -880,7 +880,7 @@
                 tkinter/test/test_ttk site-packages test \
 		test/decimaltestdata test/xmltestdata \
 		test/tracedmodules test/encoded_modules \
-		concurrent encodings \
+		concurrent concurrent/futures 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