[Python-checkins] python/dist/src/Doc/lib libgettext.tex,1.19,1.20

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 21 Jul 2003 17:49:13 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12947

Modified Files:
	libgettext.tex 
Log Message:
Avoid a 301 permanent redirect.
Part of SF patch #773007.


Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libgettext.tex	2 Jul 2003 12:27:43 -0000	1.19
--- libgettext.tex	22 Jul 2003 00:49:11 -0000	1.20
***************
*** 443,447 ****
  \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
  scans all your Python source code looking for the strings you
  previously marked as translatable.  It is similar to the GNU
--- 443,447 ----
  \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
  scans all your Python source code looking for the strings you
  previously marked as translatable.  It is similar to the GNU