]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Modules/Setup.dist: Update _elementtree, add _bisect, datetime
authorMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 10:15:12 +0000 (10:15 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 10:15:12 +0000 (10:15 +0000)
Modules/Setup.dist

index 3fc61de5dc3a6182ed79de1d970b7d51609dd8fa..5e69a60734e246aac35f5fb6f89b1d7aaaf4f95a 100644 (file)
@@ -180,8 +180,10 @@ GLHACK=-Dclear=__GLclear
 #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