[Python-checkins] CVS: python/dist/src/Doc/lib liblocale.tex,1.25,1.26

Fred L. Drake fdrake@users.sourceforge.net
Wed, 26 Sep 2001 21:16:29 -0700


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

Modified Files:
	liblocale.tex 
Log Message:
Markup adjustment: \[...\] is math markup and does not translate well when
used with text as was done here.  Fixed so that the typeset version wraps
the warning text and the HTML version does not create images of the warning
text.


Index: liblocale.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblocale.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** liblocale.tex	2001/08/10 13:58:50	1.25
--- liblocale.tex	2001/09/27 04:16:27	1.26
***************
*** 299,305 ****
  
  \begin{datadesc}{DAY_1 ... DAY_7}
! Return name of the n-th day of the week. \[Warning: this follows the US
! convention DAY_1 = Sunday, not the international convention (ISO 8601)
! that Monday is the first day of the week.\]
  \end{datadesc}
  
--- 299,306 ----
  
  \begin{datadesc}{DAY_1 ... DAY_7}
! Return name of the n-th day of the week. \strong{Warning:} this
! follows the US convention of \constant{DAY_1} being Sunday, not the
! international convention (ISO 8601) that Monday is the first day of
! the week.
  \end{datadesc}
  
***************
*** 327,333 ****
  Return a regular expression that can be used with the regex
  function to recognize a positive response to a yes/no question.
! \[Warning: the expression is in the syntax suitable for the
!   regex C library function, which might differ from the syntax
!   used in \module{re}\]
  \end{datadesc}
  
--- 328,334 ----
  Return a regular expression that can be used with the regex
  function to recognize a positive response to a yes/no question.
! \strong{Warning:} the expression is in the syntax suitable for the
! \cfunction{regex()} function from the C library, which might differ
! from the syntax used in \refmodule{re}.
  \end{datadesc}