From: Matthias Klose Date: Sun, 23 Nov 2008 13:55:26 +0000 (+0000) Subject: - Fix typo in last checkin X-Git-Tag: v3.0~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d;p=thirdparty%2FPython%2Fcpython.git - Fix typo in last checkin --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index f162747b1972..688b1f4a9ac5 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -164,7 +164,7 @@ _symtable symtablemodule.c #_collections _collectionsmodule.c # Container types #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 +#_functools _functoolsmodule.c # Tools for working with functions and callable objects #unicodedata unicodedata.c # static Unicode character database