[Python-3000-checkins] r67409 - python/branches/py3k/Modules/Setup.dist

matthias.klose python-3000-checkins at python.org
Thu Nov 27 10:51:39 CET 2008


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
 


More information about the Python-3000-checkins mailing list