diff options
author | tg <tg@FreeBSD.org> | 1998-02-27 10:21:35 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-27 10:21:35 +0000 |
commit | 70e237908a93fd4782642a87e15dcc9a52a3bf2f (patch) | |
tree | 5b5891c3f78d1ef73849cea4fb485d84f9401224 /lang/python27/files | |
parent | d3197c2dcc77694f628dba950295a984d0d52fbd (diff) | |
download | FreeBSD-ports-70e237908a93fd4782642a87e15dcc9a52a3bf2f.zip FreeBSD-ports-70e237908a93fd4782642a87e15dcc9a52a3bf2f.tar.gz |
Use tk80, not an unsupported alpha version of tk81.
Include locale module.
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index 96811ee..41350fd 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/files/Setup @@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking time timemodule.c # time operations and variables operator operator.c # operator.add() and similar goodies -#_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: |