From: Matthias Klose Date: Sun, 23 Nov 2008 13:37:03 +0000 (+0000) Subject: - Modules/Setup.dist: Mention _functools in section "Modules that should X-Git-Tag: v2.7a1~2632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225d60c31ed592655f6a6723646abdc727f38b14;p=thirdparty%2FPython%2Fcpython.git - 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 c67dad4dbf71..97eec17e9134 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