From 8aea2867451d0330c8135bdee61225aacd76c31f Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 23 Nov 2008 13:40:48 +0000 Subject: 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 8f3b8f8..f162747 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -164,6 +164,7 @@ _symtable symtablemodule.c #_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 #unicodedata unicodedata.c # static Unicode character database -- cgit v0.12