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

brett.cannon python-3000-checkins at python.org
Mon May 26 20:56:21 CEST 2008


Author: brett.cannon
Date: Mon May 26 20:56:21 2008
New Revision: 63713

Log:
Add the new packages to the Makefile for installation.


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	Mon May 26 20:56:21 2008
@@ -818,7 +818,7 @@
 		test/decimaltestdata \
 		encodings \
 		email email/mime email/test email/test/data \
-		html json json/tests \
+		html json json/tests http dbm xmlrpc \
 		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv wsgiref \
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \


More information about the Python-3000-checkins mailing list