This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: struni: gettext fixes
Type: Stage:
Components: Extension Modules Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: christian.heimes, gvanrossum
Priority: normal Keywords: patch

Created on 2007-07-11 14:57 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gettext.patch christian.heimes, 2007-07-11 14:57
Messages (2)
msg52833 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-07-11 14:57
Fixes for the gettext module. I tested the fixes with the Zope3 zope.app.locales packages. The mo files are loaded and parsed w/o any problem. The translation with gettext.gettext is working as expected.
msg52834 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-12 08:04
Committed revision 56292.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45171
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 14:57:59christian.heimescreate