From: Matthias Klose Date: Sun, 23 Nov 2008 13:40:48 +0000 (+0000) Subject: Merge 67349 from the trunk: X-Git-Tag: v3.0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aea2867451d0330c8135bdee61225aacd76c31f;p=python Merge 67349 from the trunk: - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 8f3b8f85ea..f162747b19 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