diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:42:55 +0000 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:42:55 +0000 |
commit | b19dd66833923f922bfc81cf9c1269570c15248d (patch) | |
tree | 0340c18fb851c71a00ea86e64c2b1035981cbaac | |
parent | 74b458ceb2de45d70d47b9e40dd262ca86e33769 (diff) | |
download | cpython-git-b19dd66833923f922bfc81cf9c1269570c15248d.tar.gz |
Merge 67349 from the trunk:
- 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 c67dad4dbf..97eec17e91 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 |