matthias.klose
2008-11-27 09:51:39 UTC
Author: matthias.klose
Date: Thu Nov 27 10:51:39 2008
New Revision: 67409
Log:
- Modules/Setup.dist: add datetime, update _elementtree
Modified:
python/branches/py3k/Modules/Setup.dist
Modified: python/branches/py3k/Modules/Setup.dist
==============================================================================
--- python/branches/py3k/Modules/Setup.dist (original)
+++ python/branches/py3k/Modules/Setup.dist Thu Nov 27 10:51:39 2008
@@ -165,8 +165,9 @@
#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
Date: Thu Nov 27 10:51:39 2008
New Revision: 67409
Log:
- Modules/Setup.dist: add datetime, update _elementtree
Modified:
python/branches/py3k/Modules/Setup.dist
Modified: python/branches/py3k/Modules/Setup.dist
==============================================================================
--- python/branches/py3k/Modules/Setup.dist (original)
+++ python/branches/py3k/Modules/Setup.dist Thu Nov 27 10:51:39 2008
@@ -165,8 +165,9 @@
#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