[Python-checkins] r67349 - python/trunk/Modules/Setup.dist

matthias.klose python-checkins at python.org
Sun Nov 23 14:37:04 CET 2008


Author: matthias.klose
Date: Sun Nov 23 14:37:03 2008
New Revision: 67349

Log:
 - Modules/Setup.dist: Mention _functools in section "Modules that should
   always be present (non UNIX dependent)"


Modified:
   python/trunk/Modules/Setup.dist

Modified: python/trunk/Modules/Setup.dist
==============================================================================
--- python/trunk/Modules/Setup.dist	(original)
+++ python/trunk/Modules/Setup.dist	Sun Nov 23 14:37:03 2008
@@ -179,6 +179,7 @@
 #_collections _collectionsmodule.c # Container types
 #itertools itertoolsmodule.c	# Functions creating iterators for efficient looping 
 #strop stropmodule.c		# String manipulations
+#_functools functoolsmodule.c	# Tools for working with functions and callable objects
 
 #unicodedata unicodedata.c    # static Unicode character database
 


More information about the Python-checkins mailing list