From: Matthias Klose Date: Wed, 26 Nov 2008 17:39:09 +0000 (+0000) Subject: - Merge rev 67396, Modules/Setup.dist: Mention _elementtree and _pickle. X-Git-Tag: v2.6.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825dae88d042a098f7dc496241dde566bea20715;p=thirdparty%2FPython%2Fcpython.git - Merge rev 67396, Modules/Setup.dist: Mention _elementtree and _pickle. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 5d7f680c211f..7d373f065fd5 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