diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:32:49 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:32:49 (GMT) |
commit | 7fab0dcdd4ecef916f5986f7d00f969f6127c1fa (patch) | |
tree | 79fe8b1857d0fcce50dcdc54040ca0dde4666248 | |
parent | b38e325e97eb4f52cce10572d699d42105c91334 (diff) | |
download | cpython-7fab0dcdd4ecef916f5986f7d00f969f6127c1fa.zip cpython-7fab0dcdd4ecef916f5986f7d00f969f6127c1fa.tar.gz cpython-7fab0dcdd4ecef916f5986f7d00f969f6127c1fa.tar.bz2 |
- Modules/Setup.dist: Mention _elementtree and _pickle.
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 5d7f680..7d373f0 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 |