[Python-checkins] r50928 - python/trunk/Doc/lib/libgettext.tex
andrew.kuchling
python-checkins at python.org
Sat Jul 29 16:04:48 CEST 2006
Author: andrew.kuchling
Date: Sat Jul 29 16:04:47 2006
New Revision: 50928
Modified:
python/trunk/Doc/lib/libgettext.tex
Log:
Update URL
Modified: python/trunk/Doc/lib/libgettext.tex
==============================================================================
--- python/trunk/Doc/lib/libgettext.tex (original)
+++ python/trunk/Doc/lib/libgettext.tex Sat Jul 29 16:04:47 2006
@@ -549,7 +549,7 @@
written a program called
\program{xpot} which does a similar job. It is available as part of
his \program{po-utils} package at
-\url{http://www.iro.umontreal.ca/contrib/po-utils/HTML/}.} program
+\url{http://po-utils.progiciels-bpi.ca/}.} program
scans all your Python source code looking for the strings you
previously marked as translatable. It is similar to the GNU
\program{gettext} program except that it understands all the
More information about the Python-checkins
mailing list