[Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.17,1.18 libpyexpat.tex,1.5,1.6

Fred L. Drake python-dev@python.org
Mon, 25 Sep 2000 07:14:33 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv28502

Modified Files:
	libcurses.tex libpyexpat.tex 
Log Message:

Minor cleanups, wrap long lines.


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** libcurses.tex	2000/09/21 16:04:08	1.17
--- libcurses.tex	2000/09/25 14:14:30	1.18
***************
*** 8,12 ****
  \versionadded{1.6}
  
! The \module{curses} module provides an interface to the curses \UNIX{}
  library, the de-facto standard for portable advanced terminal
  handling.
--- 8,12 ----
  \versionadded{1.6}
  
! The \module{curses} module provides an interface to the curses
  library, the de-facto standard for portable advanced terminal
  handling.
***************
*** 16,20 ****
  extension module is designed to match the API of ncurses, an
  open-source curses library hosted on Linux and the BSD variants of
! Unix.
  
  \begin{seealso}
--- 16,20 ----
  extension module is designed to match the API of ncurses, an
  open-source curses library hosted on Linux and the BSD variants of
! \UNIX.
  
  \begin{seealso}
***************
*** 27,35 ****
                               terminal setup and resetting on
                               application entry and exit.}
!   \seetext{Tutorial material on using curses with Python is available
!            on the Python Web site as Andrew Kuchling's
! \citetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
!            Programming with Python}, at
!            \url{http://www.python.org/doc/howto/curses/curses.html}.}
  \end{seealso}
  
--- 27,34 ----
                               terminal setup and resetting on
                               application entry and exit.}
!   \seetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
!             Programming with Python}{Tutorial material on using curses
!             with Python, by Andrew Kuchling, is available on the
!             Python Web site.}
  \end{seealso}
  

Index: libpyexpat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpyexpat.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** libpyexpat.tex	2000/09/23 04:47:20	1.5
--- libpyexpat.tex	2000/09/25 14:14:30	1.6
***************
*** 60,64 ****
  \end{verbatim}
  
! \function{StartElementHandler()} will receive the following strings for each element: 
  
  \begin{verbatim}
--- 60,65 ----
  \end{verbatim}
  
! \function{StartElementHandler()} will receive the following strings
! for each element:
  
  \begin{verbatim}
***************
*** 99,103 ****
  \end{methoddesc}
  
! \class{xmlparser} objects have the following attributes.  
  
  \begin{datadesc}{returns_unicode} 
--- 100,104 ----
  \end{methoddesc}
  
! \class{xmlparser} objects have the following attributes:
  
  \begin{datadesc}{returns_unicode} 
***************
*** 155,163 ****
  \end{methoddesc}
  
! \begin{methoddesc}{UnparsedEntityDeclHandler}{entityName, base, systemId, publicId, notationName}
  Called for unparsed (NDATA) entity declarations.
  \end{methoddesc}
  
! \begin{methoddesc}{NotationDeclHandler}{notationName, base, systemId, publicId}
  Called for notation declarations.
  \end{methoddesc}
--- 156,167 ----
  \end{methoddesc}
  
! \begin{methoddesc}{UnparsedEntityDeclHandler}{entityName, base,
!                                               systemId, publicId,
!                                               notationName}
  Called for unparsed (NDATA) entity declarations.
  \end{methoddesc}
  
! \begin{methoddesc}{NotationDeclHandler}{notationName, base, systemId,
!                                         publicId}
  Called for notation declarations.
  \end{methoddesc}
***************
*** 198,205 ****
  
  \begin{methoddesc}{NotStandaloneHandler}{}
! Called if the XML document hasn't been declared as being a standalone document.
  \end{methoddesc}
  
! \begin{methoddesc}{ExternalEntityRefHandler}{context, base, systemId, publicId}
  Called for references to external entities.  
  \end{methoddesc}
--- 202,211 ----
  
  \begin{methoddesc}{NotStandaloneHandler}{}
! Called if the XML document hasn't been declared as being a standalone
! document.
  \end{methoddesc}
  
! \begin{methoddesc}{ExternalEntityRefHandler}{context, base, systemId,
!                                              publicId}
  Called for references to external entities.  
  \end{methoddesc}