diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-27 10:15:12 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-27 10:15:12 (GMT) |
commit | dff59f8cb04608025dc22b01c2e1c04a9f6cf41a (patch) | |
tree | 0a0c60ff97478a763f6dda19cf86cd4aca169ac5 /Modules/Setup.dist | |
parent | fdbd4c8c01c84ffeba5eae010ce18b8fdbd3507d (diff) | |
download | cpython-dff59f8cb04608025dc22b01c2e1c04a9f6cf41a.zip cpython-dff59f8cb04608025dc22b01c2e1c04a9f6cf41a.tar.gz cpython-dff59f8cb04608025dc22b01c2e1c04a9f6cf41a.tar.bz2 |
- Modules/Setup.dist: Update _elementtree, add _bisect, datetime
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 3fc61de..5e69a60 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 |