From 3df69bca0ac00aa413ab94d29624cd3d0a244448 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Nov 1997 18:57:48 +0000 Subject: Add support for _locale. --- Modules/Setup.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Setup.in b/Modules/Setup.in index 0c424ff..a7d896f 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 -- cgit v0.12