- Modules/Setup.dist: add datetime, update _elementtree
This commit is contained in:
parent
e605b66729
commit
fa1885f157
|
@ -165,8 +165,9 @@ _symtable symtablemodule.c
|
||||||
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||||
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
||||||
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
|
#_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
|
#_pickle _pickle.c # pickle accelerator
|
||||||
|
#datetime datetimemodule.c # date/time type
|
||||||
|
|
||||||
#unicodedata unicodedata.c # static Unicode character database
|
#unicodedata unicodedata.c # static Unicode character database
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue