[Python-checkins] CVS: python/dist/src/Doc/ref ref1.tex,1.12,1.13 ref3.tex,1.67,1.68 ref4.tex,1.27,1.28 ref5.tex,1.46,1.47 ref6.tex,1.37,1.38 ref7.tex,1.25,1.26 ref8.tex,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 22:27:22 -0700


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

Modified Files:
	ref1.tex ref3.tex ref4.tex ref5.tex ref6.tex ref7.tex ref8.tex 
Log Message:

Fix a very minor (but annoying when looking for things!) markup nit.


Index: ref1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref1.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** ref1.tex	2000/07/16 19:05:38	1.12
--- ref1.tex	2001/06/23 05:27:20	1.13
***************
*** 34,37 ****
--- 34,38 ----
  with the language definition.
  
+ 
  \section{Notation\label{notation}}
  

Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** ref3.tex	2001/05/29 16:02:35	1.67
--- ref3.tex	2001/06/23 05:27:20	1.68
***************
*** 1,4 ****
--- 1,5 ----
  \chapter{Data model\label{datamodel}}
  
+ 
  \section{Objects, values and types\label{objects}}
  
***************
*** 95,98 ****
--- 96,100 ----
  (Note that \samp{c = d = []} assigns the same object to both
  \code{c} and \code{d}.)
+ 
  
  \section{The standard type hierarchy\label{types}}

Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** ref4.tex	2001/05/29 15:44:27	1.27
--- ref4.tex	2001/06/23 05:27:20	1.28
***************
*** 2,5 ****
--- 2,6 ----
  \index{execution model}
  
+ 
  \section{Code blocks, execution frames, and namespaces \label{execframes}}
  \index{code block}

Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** ref5.tex	2001/06/05 02:17:02	1.46
--- ref5.tex	2001/06/23 05:27:20	1.47
***************
*** 17,20 ****
--- 17,21 ----
  \index{syntax}
  
+ 
  \section{Arithmetic conversions\label{conversions}}
  \indexii{arithmetic}{conversion}
***************
*** 55,58 ****
--- 56,60 ----
  \end{verbatim}
  
+ 
  \subsection{Identifiers (Names)\label{atom-identifiers}}
  \index{name}
***************
*** 100,103 ****
--- 102,106 ----
  consists only of underscores, no transformation is done.
  
+ 
  \subsection{Literals\label{atom-literals}}
  \index{literal}
***************
*** 123,126 ****
--- 126,130 ----
  \indexii{immutable}{object}
  
+ 
  \subsection{Parenthesized forms\label{parenthesized}}
  \index{parenthesized form}
***************
*** 151,154 ****
--- 155,159 ----
  \indexii{tuple}{display}
  
+ 
  \subsection{List displays\label{lists}}
  \indexii{list}{display}
***************
*** 182,185 ****
--- 187,191 ----
  \indexii{empty}{list}
  
+ 
  \subsection{Dictionary displays\label{dict}}
  \indexii{dictionary}{display}
***************
*** 211,214 ****
--- 217,221 ----
  \indexii{immutable}{object}
  
+ 
  \subsection{String conversions\label{string-conversions}}
  \indexii{string}{conversion}
***************
*** 250,253 ****
--- 257,261 ----
  \bifuncindex{str}
  
+ 
  \section{Primaries\label{primaries}}
  \index{primary}
***************
*** 260,263 ****
--- 268,272 ----
  \end{verbatim}
  
+ 
  \subsection{Attribute references\label{attribute-references}}
  \indexii{attribute}{reference}
***************
*** 280,283 ****
--- 289,293 ----
  \obindex{list}
  
+ 
  \subsection{Subscriptions\label{subscriptions}}
  \index{subscription}
***************
*** 317,320 ****
--- 327,331 ----
  \indexii{string}{item}
  
+ 
  \subsection{Slicings\label{slicings}}
  \index{slicing}
***************
*** 383,386 ****
--- 394,398 ----
    \ttindex{stop}\ttindex{step}}
  
+ 
  \subsection{Calls\label{calls}}
  \index{call}
***************
*** 557,560 ****
--- 569,573 ----
  \exindex{TypeError}
  
+ 
  \section{Binary arithmetic operations\label{binary}}
  \indexiii{binary}{arithmetic}{operation}
***************
*** 627,630 ****
--- 640,644 ----
  \index{subtraction}
  
+ 
  \section{Shifting operations\label{shifting}}
  \indexii{shifting}{operation}
***************
*** 651,654 ****
--- 665,669 ----
  \exindex{ValueError}
  
+ 
  \section{Binary bit-wise operations\label{bitwise}}
  \indexiii{binary}{bit-wise}{operation}
***************
*** 679,682 ****
--- 694,698 ----
  \indexii{inclusive}{or}
  
+ 
  \section{Comparisons\label{comparisons}}
  \index{comparison}
***************
*** 808,811 ****
--- 824,828 ----
  \opindex{is not}
  \indexii{identity}{test}
+ 
  
  \section{Boolean operations\label{Booleans}}

Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** ref6.tex	2001/04/13 15:55:25	1.37
--- ref6.tex	2001/06/23 05:27:20	1.38
***************
*** 23,26 ****
--- 23,27 ----
  \end{verbatim}
  
+ 
  \section{Expression statements \label{exprstmts}}
  \indexii{expression}{statement}
***************
*** 53,56 ****
--- 54,58 ----
  \indexii{procedure}{call}
  
+ 
  \section{Assert statements \label{assert}}
  
***************
*** 90,93 ****
--- 92,96 ----
  built-in variable is determined when the interpreter starts.
  
+ 
  \section{Assignment statements \label{assignment}}
  
***************
*** 307,310 ****
--- 310,314 ----
  \end{verbatim}
  
+ 
  \section{The \keyword{del} statement \label{del}}
  \stindex{del}
***************
*** 335,338 ****
--- 339,343 ----
  \indexii{attribute}{deletion}
  
+ 
  \section{The \keyword{print} statement \label{print}}
  \stindex{print}
***************
*** 386,389 ****
--- 391,395 ----
  used as the file for output.
  
+ 
  \section{The \keyword{return} statement \label{return}}
  \stindex{return}
***************
*** 409,412 ****
--- 415,419 ----
  \kwindex{finally}
  
+ 
  \section{The \keyword{raise} statement \label{raise}}
  \stindex{raise}
***************
*** 449,452 ****
--- 456,460 ----
  \obindex{traceback}
  
+ 
  \section{The \keyword{break} statement \label{break}}
  \stindex{break}
***************
*** 476,479 ****
--- 484,488 ----
  \kwindex{finally}
  
+ 
  \section{The \keyword{continue} statement \label{continue}}
  \stindex{continue}
***************
*** 495,498 ****
--- 504,508 ----
  \kwindex{finally}
  
+ 
  \section{The \keyword{import} statement \label{import}}
  \stindex{import}
***************
*** 595,598 ****
--- 605,609 ----
  \bifuncindex{__import__}
  
+ 
  \section{The \keyword{global} statement \label{global}}
  \stindex{global}
***************
*** 634,637 ****
--- 645,649 ----
  \bifuncindex{execfile}
  \bifuncindex{compile}
+ 
  
  \section{The \keyword{exec} statement \label{exec}}

Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** ref7.tex	2001/05/10 15:09:36	1.25
--- ref7.tex	2001/06/23 05:27:20	1.26
***************
*** 61,64 ****
--- 61,65 ----
  each clause on a separate line for clarity.
  
+ 
  \section{The \keyword{if} statement\label{if}}
  \stindex{if}
***************
*** 81,84 ****
--- 82,86 ----
  \kwindex{else}
  
+ 
  \section{The \keyword{while} statement\label{while}}
  \stindex{while}
***************
*** 106,109 ****
--- 108,112 ----
  \stindex{continue}
  
+ 
  \section{The \keyword{for} statement\label{for}}
  \stindex{for}
***************
*** 170,173 ****
--- 173,177 ----
  \end{verbatim}
  
+ 
  \section{The \keyword{try} statement\label{try}}
  \stindex{try}
***************
*** 279,282 ****
--- 283,287 ----
  \stindex{continue}
  
+ 
  \section{Function definitions\label{function}}
  \indexii{function}{definition}
***************
*** 368,371 ****
--- 373,377 ----
  function will change in Python 2.2.  See the appendix for a
  description of the new semantics.
+ 
  
  \section{Class definitions\label{class}}

Index: ref8.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref8.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** ref8.tex	2001/01/26 15:27:35	1.12
--- ref8.tex	2001/06/23 05:27:20	1.13
***************
*** 7,10 ****
--- 7,11 ----
  \index{interpreter}
  
+ 
  \section{Complete Python programs\label{programs}}
  \index{program}
***************
*** 44,47 ****
--- 45,49 ----
  \index{standard input}
  
+ 
  \section{File input\label{file-input}}
  
***************
*** 64,67 ****
--- 66,70 ----
  \end{itemize}
  
+ 
  \section{Interactive input\label{interactive}}
  
***************
*** 75,78 ****
--- 78,82 ----
  line in interactive mode; this is needed to help the parser detect the
  end of the input.
+ 
  
  \section{Expression input\label{expression-input}}