summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-23 13:37:03 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-11-23 13:37:03 (GMT)
commit225d60c31ed592655f6a6723646abdc727f38b14 (patch)
treec82d7eca645dd0917ce2180f975ac239436b7d43 /Modules/Setup.dist
parent21f25d3fcde75d26be878d27575241d36e0c9401 (diff)
downloadcpython-225d60c31ed592655f6a6723646abdc727f38b14.zip
cpython-225d60c31ed592655f6a6723646abdc727f38b14.tar.gz
cpython-225d60c31ed592655f6a6723646abdc727f38b14.tar.bz2
- Modules/Setup.dist: Mention _functools in section "Modules that should
always be present (non UNIX dependent)"
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index c67dad4..97eec17 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