[Python-checkins] python/dist/src/Doc/api concrete.tex,1.14,1.15

theller@sourceforge.net theller@sourceforge.net
Mon, 29 Apr 2002 10:28:45 -0700


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

Modified Files:
	concrete.tex 
Log Message:
Typo: whcar_t should be wchar_t.

Bugfix candidate? Don't know how this is handled in the docs.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** concrete.tex	29 Apr 2002 15:17:16 -0000	1.14
--- concrete.tex	29 Apr 2002 17:28:43 -0000	1.15
***************
*** 885,889 ****
  \begin{cfuncdesc}{PyObject*}{PyUnicode_FromWideChar}{const wchar_t *w,
                                                       int size}
!   Create a Unicode object from the \ctype{whcar_t} buffer \var{w} of
    the given size.  Returns \NULL{} on failure.
  \end{cfuncdesc}
--- 885,889 ----
  \begin{cfuncdesc}{PyObject*}{PyUnicode_FromWideChar}{const wchar_t *w,
                                                       int size}
!   Create a Unicode object from the \ctype{wchar_t} buffer \var{w} of
    the given size.  Returns \NULL{} on failure.
  \end{cfuncdesc}
***************
*** 892,898 ****
                                               wchar_t *w,
                                               int size}
!   Copies the Unicode object contents into the \ctype{whcar_t} buffer
!   \var{w}.  At most \var{size} \ctype{whcar_t} characters are copied.
!   Returns the number of \ctype{whcar_t} characters copied or -1 in
    case of an error.
  \end{cfuncdesc}
--- 892,898 ----
                                               wchar_t *w,
                                               int size}
!   Copies the Unicode object contents into the \ctype{wchar_t} buffer
!   \var{w}.  At most \var{size} \ctype{wchar_t} characters are copied.
!   Returns the number of \ctype{wchar_t} characters copied or -1 in
    case of an error.
  \end{cfuncdesc}