From: Matthias Klose Date: Thu, 27 Nov 2008 10:14:22 +0000 (+0000) Subject: - Modules/Setup.dist: Update _elementtree, add _bisect, datetime X-Git-Tag: v2.7a1~2617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de979153eed40f2a065165b2ad6c20f9768e199;p=thirdparty%2FPython%2Fcpython.git - Modules/Setup.dist: Update _elementtree, add _bisect, datetime --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 3fc61de5dc3a..5e69a60734e2 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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