- Modules/Setup.dist: Update _elementtree, add _bisect, datetime

This commit is contained in:
Matthias Klose 2008-11-27 10:14:22 +00:00
parent b0c3c026a0
commit 4de979153e
1 changed files with 3 additions and 1 deletions

View 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