diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:23:18 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-26 17:23:18 (GMT) |
commit | 2a6beb3439b2f83c7430a593b52e9e8ecc451c4c (patch) | |
tree | bbcdfc4b31dfc909fbc9daf68646050b4c9f8271 | |
parent | 7e1b8faacc60fcd201b20a88e768c5ece2ee27f3 (diff) | |
download | cpython-2a6beb3439b2f83c7430a593b52e9e8ecc451c4c.zip cpython-2a6beb3439b2f83c7430a593b52e9e8ecc451c4c.tar.gz cpython-2a6beb3439b2f83c7430a593b52e9e8ecc451c4c.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 688b1f4..71849bf 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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 |