[issue14353] Proper gettext support in locale module

2012-03-17 Thread Mel Flynn
New submission from Mel Flynn : Gettext support in Python is configured by two tests: - textdomain in libc or libintl - bind_textdomain_codeset in libc only The latter causes incomplete gettext support in the locale module. Since the implementation uses two different defines, the provided

[issue14353] Proper gettext support in locale module

2012-03-17 Thread Mel Flynn
Mel Flynn added the comment: Additional patch for 2.7 branch. -- Added file: http://bugs.python.org/file24918/python27-configure.in.patch ___ Python tracker <http://bugs.python.org/issue14