[Python-checkins] r67412 - python/branches/release26-maint/Modules/Setup.dist

matthias.klose python-checkins at python.org
Thu Nov 27 11:15:13 CET 2008


Author: matthias.klose
Date: Thu Nov 27 11:15:12 2008
New Revision: 67412

Log:
- Modules/Setup.dist: Update _elementtree, add _bisect, datetime


Modified:
   python/branches/release26-maint/Modules/Setup.dist

Modified: python/branches/release26-maint/Modules/Setup.dist
==============================================================================
--- python/branches/release26-maint/Modules/Setup.dist	(original)
+++ python/branches/release26-maint/Modules/Setup.dist	Thu Nov 27 11:15:12 2008
@@ -180,8 +180,10 @@
 #itertools itertoolsmodule.c	# Functions creating iterators for efficient looping 
 #strop stropmodule.c		# String manipulations
 #_functools _functoolsmodule.c	# Tools for working with functions and callable objects
-#_elementtree _elementtree.c	# elementtree accelerator
+#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c	# elementtree accelerator
 #_pickle _pickle.c	# pickle accelerator
+#datetime datetimemodule.c	# date/time type
+#_bisect _bisectmodule.c	# Bisection algorithms
 
 #unicodedata unicodedata.c    # static Unicode character database
 


More information about the Python-checkins mailing list