diff options
author | Guido van Rossum <guido@python.org> | 1997-11-19 18:57:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-19 18:57:48 (GMT) |
commit | 3df69bca0ac00aa413ab94d29624cd3d0a244448 (patch) | |
tree | 0e3b6c28882665b78a903b628e9053651731aba6 /Modules | |
parent | fc4255db750bf5387fef62e0446e7d3aebad05f8 (diff) | |
download | cpython-3df69bca0ac00aa413ab94d29624cd3d0a244448.zip cpython-3df69bca0ac00aa413ab94d29624cd3d0a244448.tar.gz cpython-3df69bca0ac00aa413ab94d29624cd3d0a244448.tar.bz2 |
Add support for _locale.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |