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: 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 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libgettext.tex.diff adurdin, 2004-09-08 09:17 Diff for libgettext.tex
Messages (2)
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) * (Python triager) 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
2022-04-11 14:56:06adminsetgithub: 40883
2004-09-08 09:17:14adurdincreate