classification
Title: Fix for 1022152
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: adurdin, jlgijsbers
Priority: normal Keywords: patch

Created on 2004-09-08 09:17 by adurdin, last changed 2004-09-11 17:34 by jlgijsbers.

Files
File name Uploaded Description Edit Remove
libgettext.tex.diff adurdin, 2004-09-08 09:17 Diff for libgettext.tex
Messages
msg46867 (view) Author: Andrew Durdin (adurdin) Date: 2004-09-08 09:17
This is a fix for bug 1022152 "Bad examples of
gettext.translation"

It adds in the required domain parameter to
gettext.translation() calls.

File changed:
/cvsroot/python/python/dist/src/Doc/lib/libgettext.tex
msg46868 (view) Author: Johannes Gijsbers (jlgijsbers) Date: 2004-09-11 17:34
Logged In: YES 
user_id=469548

Checked in as rev 1.26 of libgettext.tex. Thanks for the patch!
History
Date User Action Args
2004-09-08 09:17:14adurdincreate