[issue14353] Proper gettext support in locale module

2012-03-17 Thread Mel Flynn

Mel Flynn rfl...@acsalaska.net added the comment:

Additional patch for 2.7 branch.

--
Added file: http://bugs.python.org/file24918/python27-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



[issue14353] Proper gettext support in locale module

2012-03-17 Thread Mel Flynn

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