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

Modules/Setup.dist

index 8f3b8f85eaaab2b7d39c2012d66ceaa95cac2f8b..f162747b1972939cdb2ff483ee200ab2d60c2b53 100644 (file)
@@ -164,6 +164,7 @@ _symtable symtablemodule.c
 #_collections _collectionsmodule.c # Container types
 #itertools itertoolsmodule.c   # Functions creating iterators for efficient looping 
 #atexit atexitmodule.c      # Register functions to be run at interpreter-shutdown
+#_functools functoolsmodule.c  # Tools for working with functions and callable objects
 
 #unicodedata unicodedata.c    # static Unicode character database