From 2a6beb3439b2f83c7430a593b52e9e8ecc451c4c Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 26 Nov 2008 17:23:18 +0000 Subject: [PATCH] - Modules/Setup.dist: Mention _elementtree and _pickle. --- Modules/Setup.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 688b1f4a9a..71849bf526 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 -- 2.50.1