[Python-checkins] python/dist/src/Doc/tut tut.tex,1.188,1.189

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2003年6月28日 04:50:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1:/tmp/cvs-serv18276/tut
Modified Files:
	tut.tex 
Log Message:
Correct markup errors that prevented formatting.
Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.188
retrieving revision 1.189
diff -C2 -d -r1.188 -r1.189
*** tut.tex	28 Jun 2003 08:11:55 -0000	1.188
--- tut.tex	28 Jun 2003 11:50:34 -0000	1.189
***************
*** 308,312 ****
 It is possible to use encodings different than ASCII in Python source
 files. The best way to do it is to put one more special comment line
! right after \code{#!} line making proper encoding declaration:
 
 \begin{verbatim}
--- 308,312 ----
 It is possible to use encodings different than ASCII in Python source
 files. The best way to do it is to put one more special comment line
! right after \code{\#!} line making proper encoding declaration:
 
 \begin{verbatim}
***************
*** 327,331 ****
 that this signature is not understood in older Python releases (2.2
 and earlier), and also not understood by the operating system for
! \code{#!} files. 
 
 By using UTF-8 (either through the signature, or a an encoding
--- 327,331 ----
 that this signature is not understood in older Python releases (2.2
 and earlier), and also not understood by the operating system for
! \code{\#!} files. 
 
 By using UTF-8 (either through the signature, or a an encoding

AltStyle によって変換されたページ (->オリジナル) /