- Modules/Setup.dist: add datetime, update _elementtree

This commit is contained in:
Matthias Klose 2008-11-27 09:51:39 +00:00
parent e605b66729
commit fa1885f157
1 changed files with 2 additions and 1 deletions

View File

@ -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