[Python-checkins] python/dist/src/Doc/lib liblocale.tex,1.29,1.30

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 13 Jun 2002 10:54:08 -0700


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

Modified Files:
	liblocale.tex 
Log Message:
Do not claim that getlocale() returns a tulpe; that is not always true.
Closes SF bug #568577.


Index: liblocale.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblocale.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** liblocale.tex	28 Mar 2002 12:40:45 -0000	1.29
--- liblocale.tex	13 Jun 2002 17:54:06 -0000	1.30
***************
*** 146,152 ****
  \begin{funcdesc}{getlocale}{\optional{category}}
    Returns the current setting for the given locale category as
!   tuple (language code, encoding).  \var{category} may be one of the
!   \constant{LC_*} values except \constant{LC_ALL}.  It defaults to
!   \constant{LC_CTYPE}.
  
    Except for the code \code{'C'}, the language code corresponds to
--- 146,152 ----
  \begin{funcdesc}{getlocale}{\optional{category}}
    Returns the current setting for the given locale category as
!   sequence containing \var{language code}, \var{encoding}.
!   \var{category} may be one of the \constant{LC_*} values except
!   \constant{LC_ALL}.  It defaults to \constant{LC_CTYPE}.
  
    Except for the code \code{'C'}, the language code corresponds to