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

georg.brandl python-checkins at python.org
Wed Feb 23 08:30:13 CET 2011


Author: georg.brandl
Date: Wed Feb 23 08:30:12 2011
New Revision: 88523

Log:
Add new subdirectory 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	Wed Feb 23 08:30:12 2011
@@ -906,7 +906,7 @@
                 tkinter/test/test_ttk site-packages test \
 		test/decimaltestdata test/xmltestdata test/subprocessdata \
 		test/tracedmodules test/encoded_modules \
-		concurrent concurrent/futures encodings \
+		collections concurrent concurrent/futures encodings \
 		email email/mime email/test email/test/data \
 		html json test/json_tests http dbm xmlrpc \
 		sqlite3 sqlite3/test \


More information about the Python-checkins mailing list