From: Matthias Klose Date: Thu, 27 Nov 2008 09:51:39 +0000 (+0000) Subject: - Modules/Setup.dist: add datetime, update _elementtree X-Git-Tag: v3.0~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa1885f157d5db66e8f16ec176a5db6a653211cf;p=python - Modules/Setup.dist: add datetime, update _elementtree --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 2c5df526cb..0bad946e8d 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -165,8 +165,9 @@ _symtable symtablemodule.c #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #atexit atexitmodule.c # Register functions to be run at interpreter-shutdown #_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 #unicodedata unicodedata.c # static Unicode character database