From: Guido van Rossum Date: Wed, 19 Nov 1997 18:57:48 +0000 (+0000) Subject: Add support for _locale. X-Git-Tag: v1.5b1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3df69bca0ac00aa413ab94d29624cd3d0a244448;p=python Add support for _locale. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 0c424ffc92..a7d896f9d8 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -138,6 +138,8 @@ struct structmodule.c # binary structure packing/unpacking time timemodule.c # -lm # time operations and variables operator operator.c # operator.add() and similar goodies +#_locale _localemodule.c # access to ISO C locale support + # Modules with some UNIX dependencies -- on by default: # (If you have a really backward UNIX, select and socket may not be