New submission from Mel Flynn <rfl...@acsalaska.net>:

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 patch provides them and 
also ensures they exist.

The issue is not present in 3.x branches, as only a single test is done for 
full gettext support in locale.

----------
components: Build
files: python26-configure.in.patch
keywords: patch
messages: 156203
nosy: melflynn
priority: normal
severity: normal
status: open
title: Proper gettext support in locale module
type: enhancement
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file24917/python26-configure.in.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to