- Modules/Setup.dist: Mention _elementtree and _pickle.
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 688b1f4..71849bf 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -165,6 +165,8 @@
 #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