From b19dd66833923f922bfc81cf9c1269570c15248d Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 23 Nov 2008 13:42:55 +0000 Subject: [PATCH] Merge 67349 from the trunk: - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" --- Modules/Setup.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index c67dad4dbf7..97eec17e913 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -179,6 +179,7 @@ GLHACK=-Dclear=__GLclear #_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