]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: Mention _functools in section "Modules that should
authorMatthias Klose <doko@ubuntu.com>
Sun, 23 Nov 2008 13:37:03 +0000 (13:37 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 23 Nov 2008 13:37:03 +0000 (13:37 +0000)
   always be present (non UNIX dependent)"

Modules/Setup.dist

index c67dad4dbf711ffb20a56dc31e7d971e36edffe5..97eec17e913497af464b0c68c47d24c9591e436b 100644 (file)
@@ -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