diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:37:03 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:37:03 (GMT) |
commit | 225d60c31ed592655f6a6723646abdc727f38b14 (patch) | |
tree | c82d7eca645dd0917ce2180f975ac239436b7d43 | |
parent | 21f25d3fcde75d26be878d27575241d36e0c9401 (diff) | |
download | cpython-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)"
-rw-r--r-- | Modules/Setup.dist | 1 |
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 |