[Python-checkins] r67351 - python/branches/release26-maint/Modules/Setup.dist

matthias.klose python-checkins at python.org
Sun Nov 23 14:42:56 CET 2008


Author: matthias.klose
Date: Sun Nov 23 14:42:55 2008
New Revision: 67351

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


Modified:
   python/branches/release26-maint/Modules/Setup.dist

Modified: python/branches/release26-maint/Modules/Setup.dist
==============================================================================
--- python/branches/release26-maint/Modules/Setup.dist	(original)
+++ python/branches/release26-maint/Modules/Setup.dist	Sun Nov 23 14:42:55 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