summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-26 17:32:49 +0000
committerMatthias Klose <doko@ubuntu.com>2008-11-26 17:32:49 +0000
commit7fab0dcdd4ecef916f5986f7d00f969f6127c1fa (patch)
tree79fe8b1857d0fcce50dcdc54040ca0dde4666248 /Modules/Setup.dist
parentb38e325e97eb4f52cce10572d699d42105c91334 (diff)
downloadcpython-git-7fab0dcdd4ecef916f5986f7d00f969f6127c1fa.tar.gz
- Modules/Setup.dist: Mention _elementtree and _pickle.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 5d7f680c21..7d373f065f 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -180,6 +180,8 @@ GLHACK=-Dclear=__GLclear
#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
+#_elementtreee _elementtree.c # elementtree accelerator
+#_pickle _pickle.c # pickle accelerator
#unicodedata unicodedata.c # static Unicode character database