From: Matthias Klose Date: Wed, 26 Nov 2008 18:28:07 +0000 (+0000) Subject: - Modules/Setup.dist: Fix typo in last checkin X-Git-Tag: v3.0~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea0081fb4ef24f612fa4734c60d6592ada69756;p=python - Modules/Setup.dist: Fix typo in last checkin --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 71849bf526..9487b1e892 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -165,7 +165,7 @@ _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 +#_elementtree _elementtree.c # elementtree accelerator #_pickle _pickle.c # pickle accelerator #unicodedata unicodedata.c # static Unicode character database