[issue14353] Proper gettext support in locale module

2019-05-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 24ff9a44ac5f0653df4c1d92c2a99fab286fcc15 by Benjamin Peterson (Toshio Kuratomi) in branch '2.7': [2.7] closes bpo-14353: Fix detection of bind_textdomain_codeset in libintl. (GH-13265) https://github.com/python/cpython/commit/24ff9a44ac5f065

[issue14353] Proper gettext support in locale module

2019-05-12 Thread Toshio Kuratomi
Change by Toshio Kuratomi : -- pull_requests: +13173 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue14353] Proper gettext support in locale module

2019-05-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: seems okay -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue14353] Proper gettext support in locale module

2019-05-08 Thread Toshio Kuratomi
Toshio Kuratomi added the comment: As this problem does not affect Python3 I think it's up to the 2.7 release manager to decide if it should be merged. benjamin, what do you think? If you want it, I'll open a PR on github for it. -- nosy: +a.badger, benjamin.peterson _

[issue14353] Proper gettext support in locale module

2012-03-17 Thread R. David Murray
Changes by R. David Murray : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[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 patch

[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 ___