diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:42:55 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:42:55 (GMT) |
commit | b19dd66833923f922bfc81cf9c1269570c15248d (patch) | |
tree | 0340c18fb851c71a00ea86e64c2b1035981cbaac /Modules | |
parent | 74b458ceb2de45d70d47b9e40dd262ca86e33769 (diff) | |
download | cpython-b19dd66833923f922bfc81cf9c1269570c15248d.zip cpython-b19dd66833923f922bfc81cf9c1269570c15248d.tar.gz cpython-b19dd66833923f922bfc81cf9c1269570c15248d.tar.bz2 |
Merge 67349 from the trunk:
- Modules/Setup.dist: Mention _functools in section "Modules that should
always be present (non UNIX dependent)"
Diffstat (limited to 'Modules')
-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 |