]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: Mention _elementtree and _pickle.
authorMatthias Klose <doko@ubuntu.com>
Wed, 26 Nov 2008 17:23:18 +0000 (17:23 +0000)
committerMatthias Klose <doko@ubuntu.com>
Wed, 26 Nov 2008 17:23:18 +0000 (17:23 +0000)
Modules/Setup.dist

index 688b1f4a9ac5d8a641830757e6ef467710ff74dd..71849bf526efbc90160d8e664eb5bbd60aa134f7 100644 (file)
@@ -165,6 +165,8 @@ _symtable symtablemodule.c
 #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
+#_elementtreee _elementtree.c  # elementtree accelerator
+#_pickle _pickle.c     # pickle accelerator
 
 #unicodedata unicodedata.c    # static Unicode character database