[Python-checkins] python/dist/src/Doc/api init.tex,1.5,1.6

mwh@users.sourceforge.net mwh@users.sourceforge.net
Mon, 10 Feb 2003 11:12:46 -0800


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

Modified Files:
	init.tex 
Log Message:
A typo, and desist from inaccurately describing some things as lists.


Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** init.tex	6 Dec 2002 22:42:13 -0000	1.5
--- init.tex	10 Feb 2003 19:12:42 -0000	1.6
***************
*** 59,65 ****
    leak, please report it).  Memory tied up in circular references
    between objects is not freed.  Some memory allocated by extension
!   modules may not be freed.  Some extension may not work properly if
    their initialization routine is called more than once; this can
!   happen if an applcation calls \cfunction{Py_Initialize()} and
    \cfunction{Py_Finalize()} more than once.
  \end{cfuncdesc}
--- 59,65 ----
    leak, please report it).  Memory tied up in circular references
    between objects is not freed.  Some memory allocated by extension
!   modules may not be freed.  Some extensions may not work properly if
    their initialization routine is called more than once; this can
!   happen if an application calls \cfunction{Py_Initialize()} and
    \cfunction{Py_Finalize()} more than once.
  \end{cfuncdesc}
***************
*** 257,261 ****
    version separated by a period.  The returned string points into
    static storage; the caller should not modify its value.  The value
!   is available to Python code as the list \code{sys.version}.
    \withsubitem{(in module sys)}{\ttindex{version}}
  \end{cfuncdesc}
--- 257,261 ----
    version separated by a period.  The returned string points into
    static storage; the caller should not modify its value.  The value
!   is available to Python code as \code{sys.version}.
    \withsubitem{(in module sys)}{\ttindex{version}}
  \end{cfuncdesc}
***************
*** 280,285 ****
  
    The returned string points into static storage; the caller should
!   not modify its value.  The value is available to Python code as the
!   list \code{sys.copyright}.
    \withsubitem{(in module sys)}{\ttindex{copyright}}
  \end{cfuncdesc}
--- 280,285 ----
  
    The returned string points into static storage; the caller should
!   not modify its value.  The value is available to Python code as
!   \code{sys.copyright}.
    \withsubitem{(in module sys)}{\ttindex{copyright}}
  \end{cfuncdesc}