diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-27 09:51:39 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-27 09:51:39 (GMT) |
commit | fa1885f157d5db66e8f16ec176a5db6a653211cf (patch) | |
tree | 97368f79d0ae0d2484a9024f74991908615bee8d /Modules/Setup.dist | |
parent | e605b66729d35e537788547c0189edd3206b64fa (diff) | |
download | cpython-fa1885f157d5db66e8f16ec176a5db6a653211cf.zip cpython-fa1885f157d5db66e8f16ec176a5db6a653211cf.tar.gz cpython-fa1885f157d5db66e8f16ec176a5db6a653211cf.tar.bz2 |
- Modules/Setup.dist: add datetime, update _elementtree
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 2c5df52..0bad946 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 |