mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
- Modules/Setup.dist: add datetime, update _elementtree
This commit is contained in:
parent
e605b66729
commit
fa1885f157
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue