From: Marc-André Lemburg Date: Wed, 7 Jun 2000 09:12:54 +0000 (+0000) Subject: Marc-Andre Lemburg : X-Git-Tag: v2.0b1~1556 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=753131c90a375adc605f93343c897026d199577c;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg : The locale module is turned on per default. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index beb5639e8c96..6540a7dd472a 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -140,7 +140,7 @@ _codecs _codecsmodule.c # access to the builtin codecs and codec registry unicodedata unicodedata.c unicodedatabase.c # static Unicode character database -#_locale _localemodule.c # access to ISO C locale support +_locale _localemodule.c # access to ISO C locale support # Modules with some UNIX dependencies -- on by default: