diff options
| author | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:39:09 (GMT) |
|---|---|---|
| committer | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:39:09 (GMT) |
| commit | 825dae88d042a098f7dc496241dde566bea20715 (patch) | |
| tree | 1faa64c973115fd06164340138b6ab9b9b572415 | |
| parent | 5cb6763dfd0818bf41c8f969cbf8b8b36666f72e (diff) | |
| download | cpython-825dae88d042a098f7dc496241dde566bea20715.zip cpython-825dae88d042a098f7dc496241dde566bea20715.tar.gz cpython-825dae88d042a098f7dc496241dde566bea20715.tar.bz2 | |
- Merge rev 67396, 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 |
