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

matthias.klose python-checkins at python.org
Mon Mar 23 00:58:49 CET 2009


Author: matthias.klose
Date: Mon Mar 23 00:58:48 2009
New Revision: 70532

Log:
- Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.


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	Mon Mar 23 00:58:48 2009
@@ -164,6 +164,7 @@
 #_collections _collectionsmodule.c # Container types
 #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 -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


More information about the Python-checkins mailing list