Add support for _locale.
This commit is contained in:
parent
fc4255db75
commit
3df69bca0a
|
@ -138,6 +138,8 @@ struct structmodule.c # binary structure packing/unpacking
|
||||||
time timemodule.c # -lm # time operations and variables
|
time timemodule.c # -lm # time operations and variables
|
||||||
operator operator.c # operator.add() and similar goodies
|
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:
|
# Modules with some UNIX dependencies -- on by default:
|
||||||
# (If you have a really backward UNIX, select and socket may not be
|
# (If you have a really backward UNIX, select and socket may not be
|
||||||
|
|
Loading…
Reference in New Issue