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 (2)
Priority: normal Keywords patch

Created on 2007-07-11 14:57 by christian.heimes, last changed 2008-01-06 22:29 by admin.

Files
File name Uploaded Description Edit Remove
gettext.patch christian.heimes, 2007-07-11 14:57
Messages (2)
msg52833 - (view) Author: Christian Heimes (christian.heimes) 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) Date: 2007-07-12 08:04
Committed revision 56292.
History
Date User Action Args
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 14:57:59christian.heimescreate