[Python-checkins] python/dist/src/Doc/lib libcodecs.tex,1.12,1.13

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Sat, 02 Nov 2002 05:32:09 -0800


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

Modified Files:
	libcodecs.tex 
Log Message:
Move introductory sentence to where it belongs.


Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** libcodecs.tex	8 Sep 2002 22:26:13 -0000	1.12
--- libcodecs.tex	2 Nov 2002 13:32:07 -0000	1.13
***************
*** 96,102 ****
  \end{funcdesc}
  
- To simplify working with encoded files or stream, the module
- also defines these utility functions:
- 
  \begin{funcdesc}{register_error}{name, error_handler}
  Register the error handling function \var{error_handler} under the
--- 96,99 ----
***************
*** 135,138 ****
--- 132,138 ----
  Implements the \code{backslashreplace} error handling.
  \end{funcdesc}
+ 
+ To simplify working with encoded files or stream, the module
+ also defines these utility functions:
  
  \begin{funcdesc}{open}{filename, mode\optional{, encoding\optional{,